Class: Aws::EC2::Types::EbsInstanceBlockDevice
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::EbsInstanceBlockDevice
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes a parameter used to set up an EBS volume in a block device mapping.
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 volume is deleted on instance termination.
-
#status ⇒ String
The attachment state.
-
#volume_id ⇒ String
The ID of the EBS volume.
Instance Attribute Details
#attach_time ⇒ Time
The time stamp when the attachment initiated.
30014 30015 30016 30017 30018 30019 30020 30021 |
# File 'lib/aws-sdk-ec2/types.rb', line 30014 class EbsInstanceBlockDevice < Struct.new( :attach_time, :delete_on_termination, :status, :volume_id) SENSITIVE = [] include Aws::Structure end |
#delete_on_termination ⇒ Boolean
Indicates whether the volume is deleted on instance termination.
30014 30015 30016 30017 30018 30019 30020 30021 |
# File 'lib/aws-sdk-ec2/types.rb', line 30014 class EbsInstanceBlockDevice < Struct.new( :attach_time, :delete_on_termination, :status, :volume_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The attachment state.
30014 30015 30016 30017 30018 30019 30020 30021 |
# File 'lib/aws-sdk-ec2/types.rb', line 30014 class EbsInstanceBlockDevice < Struct.new( :attach_time, :delete_on_termination, :status, :volume_id) SENSITIVE = [] include Aws::Structure end |
#volume_id ⇒ String
The ID of the EBS volume.
30014 30015 30016 30017 30018 30019 30020 30021 |
# File 'lib/aws-sdk-ec2/types.rb', line 30014 class EbsInstanceBlockDevice < Struct.new( :attach_time, :delete_on_termination, :status, :volume_id) SENSITIVE = [] include Aws::Structure end |