Class: Aws::EC2::Types::InstanceBlockDeviceMappingSpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::InstanceBlockDeviceMappingSpecification
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes a block device mapping entry.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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.
Instance Attribute Details
#device_name ⇒ String
The device name (for example, ‘/dev/sdh` or `xvdh`).
38822 38823 38824 38825 38826 38827 38828 38829 |
# File 'lib/aws-sdk-ec2/types.rb', line 38822 class InstanceBlockDeviceMappingSpecification < Struct.new( :device_name, :ebs, :no_device, :virtual_name) SENSITIVE = [] include Aws::Structure end |
#ebs ⇒ Types::EbsInstanceBlockDeviceSpecification
Parameters used to automatically set up EBS volumes when the instance is launched.
38822 38823 38824 38825 38826 38827 38828 38829 |
# File 'lib/aws-sdk-ec2/types.rb', line 38822 class InstanceBlockDeviceMappingSpecification < Struct.new( :device_name, :ebs, :no_device, :virtual_name) SENSITIVE = [] include Aws::Structure end |
#no_device ⇒ String
suppress the specified device included in the block device mapping.
38822 38823 38824 38825 38826 38827 38828 38829 |
# File 'lib/aws-sdk-ec2/types.rb', line 38822 class InstanceBlockDeviceMappingSpecification < Struct.new( :device_name, :ebs, :no_device, :virtual_name) SENSITIVE = [] include Aws::Structure end |
#virtual_name ⇒ String
The virtual device name.
38822 38823 38824 38825 38826 38827 38828 38829 |
# File 'lib/aws-sdk-ec2/types.rb', line 38822 class InstanceBlockDeviceMappingSpecification < Struct.new( :device_name, :ebs, :no_device, :virtual_name) SENSITIVE = [] include Aws::Structure end |