You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::EC2::Types::InstanceBlockDeviceMappingSpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::InstanceBlockDeviceMappingSpecification
- Defined in:
- (unknown)
Overview
Note:
When passing InstanceBlockDeviceMappingSpecification as input to an Aws::Client method, you can use a vanilla Hash:
{
device_name: "String",
ebs: {
delete_on_termination: false,
volume_id: "VolumeId",
},
no_device: "String",
virtual_name: "String",
}
Describes a block device mapping entry.
Instance Attribute Summary collapse
-
#device_name ⇒ String
The device name (for example,
/dev/sdh
orxvdh
). -
#ebs ⇒ Types::EbsInstanceBlockDeviceSpecification
Parameters used to automatically set up EBS volumes when the instance is launched.
-
#no_device ⇒ String
suppress the specified device included in the block device mapping.
-
#virtual_name ⇒ String
The virtual device name.
Instance Attribute Details
#device_name ⇒ String
The device name (for example, /dev/sdh
or xvdh
).
#ebs ⇒ Types::EbsInstanceBlockDeviceSpecification
Parameters used to automatically set up EBS volumes when the instance is launched.
#no_device ⇒ String
suppress the specified device included in the block device mapping.
#virtual_name ⇒ String
The virtual device name.