class AWS::EC2::AttachmentCollection

def initialize volume, options = {}

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