Class: Aws::SnowDeviceManagement::Types::EbsInstanceBlockDevice
- Inherits:
-
Struct
- Object
- Struct
- Aws::SnowDeviceManagement::Types::EbsInstanceBlockDevice
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-snowdevicemanagement/types.rb
Overview
Describes a parameter used to set up an Amazon Elastic Block Store (Amazon EBS) volume in a block device mapping.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attach_time ⇒ Time
When the attachment was initiated.
-
#delete_on_termination ⇒ Boolean
A value that indicates whether the volume is deleted on instance termination.
-
#status ⇒ String
The attachment state.
-
#volume_id ⇒ String
The ID of the Amazon EBS volume.
Instance Attribute Details
#attach_time ⇒ Time
When the attachment was initiated.
467 468 469 470 471 472 473 474 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 467 class EbsInstanceBlockDevice < Struct.new( :attach_time, :delete_on_termination, :status, :volume_id) SENSITIVE = [] include Aws::Structure end |
#delete_on_termination ⇒ Boolean
A value that indicates whether the volume is deleted on instance termination.
467 468 469 470 471 472 473 474 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 467 class EbsInstanceBlockDevice < Struct.new( :attach_time, :delete_on_termination, :status, :volume_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The attachment state.
467 468 469 470 471 472 473 474 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 467 class EbsInstanceBlockDevice < Struct.new( :attach_time, :delete_on_termination, :status, :volume_id) SENSITIVE = [] include Aws::Structure end |
#volume_id ⇒ String
The ID of the Amazon EBS volume.
467 468 469 470 471 472 473 474 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 467 class EbsInstanceBlockDevice < Struct.new( :attach_time, :delete_on_termination, :status, :volume_id) SENSITIVE = [] include Aws::Structure end |