class AWS::EC2::AttachmentCollection

def initialize volume, options = {}

Other tags:
    Api: - private
def initialize volume, options = {}
  @volume = volume
  super
end