You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::EC2::Types::VolumeAttachment
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::VolumeAttachment
- Defined in:
- (unknown)
Overview
Instance Attribute Summary collapse
-
#attach_time ⇒ Time
The time stamp when the attachment initiated.
-
#delete_on_termination ⇒ Boolean
Indicates whether the EBS volume is deleted on instance termination.
-
#device ⇒ String
The device name.
-
#instance_id ⇒ String
The ID of the instance.
-
#state ⇒ String
The attachment state of the volume.
-
#volume_id ⇒ String
The ID of the volume.
Instance Attribute Details
#attach_time ⇒ Time
The time stamp when the attachment initiated.
#delete_on_termination ⇒ Boolean
Indicates whether the EBS volume is deleted on instance termination.
#device ⇒ String
The device name.
#instance_id ⇒ String
The ID of the instance.
#state ⇒ String
The attachment state of the volume.
Possible values:
- attaching
- attached
- detaching
- detached
- busy
#volume_id ⇒ String
The ID of the volume.