class AWS::EC2::Attachment

def describe_call

def describe_call
  client.describe_volumes(:volume_ids => [self.volume.id])
end