Class: Aws::EC2::Types::VolumeAttachment
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::VolumeAttachment
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes volume attachment details.
Constant Summary collapse
- SENSITIVE =
[]
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.
66676 66677 66678 66679 66680 66681 66682 66683 66684 66685 |
# File 'lib/aws-sdk-ec2/types.rb', line 66676 class VolumeAttachment < Struct.new( :attach_time, :device, :instance_id, :state, :volume_id, :delete_on_termination) SENSITIVE = [] include Aws::Structure end |
#delete_on_termination ⇒ Boolean
Indicates whether the EBS volume is deleted on instance termination.
66676 66677 66678 66679 66680 66681 66682 66683 66684 66685 |
# File 'lib/aws-sdk-ec2/types.rb', line 66676 class VolumeAttachment < Struct.new( :attach_time, :device, :instance_id, :state, :volume_id, :delete_on_termination) SENSITIVE = [] include Aws::Structure end |
#device ⇒ String
The device name.
66676 66677 66678 66679 66680 66681 66682 66683 66684 66685 |
# File 'lib/aws-sdk-ec2/types.rb', line 66676 class VolumeAttachment < Struct.new( :attach_time, :device, :instance_id, :state, :volume_id, :delete_on_termination) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The ID of the instance.
66676 66677 66678 66679 66680 66681 66682 66683 66684 66685 |
# File 'lib/aws-sdk-ec2/types.rb', line 66676 class VolumeAttachment < Struct.new( :attach_time, :device, :instance_id, :state, :volume_id, :delete_on_termination) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The attachment state of the volume.
66676 66677 66678 66679 66680 66681 66682 66683 66684 66685 |
# File 'lib/aws-sdk-ec2/types.rb', line 66676 class VolumeAttachment < Struct.new( :attach_time, :device, :instance_id, :state, :volume_id, :delete_on_termination) SENSITIVE = [] include Aws::Structure end |
#volume_id ⇒ String
The ID of the volume.
66676 66677 66678 66679 66680 66681 66682 66683 66684 66685 |
# File 'lib/aws-sdk-ec2/types.rb', line 66676 class VolumeAttachment < Struct.new( :attach_time, :device, :instance_id, :state, :volume_id, :delete_on_termination) SENSITIVE = [] include Aws::Structure end |