Class AWS::EC2::AttachmentCollection
In: lib/aws/ec2/attachment_collection.rb
Parent: Object

Represents the collection of attachments for an Amazon EBS volume.

@see Volume

Methods

each   new  

Included Modules

Model Enumerable

Attributes

volume  [R] 

Public Class methods

Public Instance methods

@yield [attachment] Each attachment of the volume as an

  {Attachment} object.

@return [nil]

[Validate]