Class: Aws::EC2::Types::LaunchTemplateBlockDeviceMapping
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::LaunchTemplateBlockDeviceMapping
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes a block device mapping.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_name ⇒ String
The device name.
-
#ebs ⇒ Types::LaunchTemplateEbsBlockDevice
Information about the block device for an EBS volume.
-
#no_device ⇒ String
To omit the device from the block device mapping, specify an empty string.
-
#virtual_name ⇒ String
The virtual device name (ephemeralN).
Instance Attribute Details
#device_name ⇒ String
The device name.
44658 44659 44660 44661 44662 44663 44664 44665 |
# File 'lib/aws-sdk-ec2/types.rb', line 44658 class LaunchTemplateBlockDeviceMapping < Struct.new( :device_name, :virtual_name, :ebs, :no_device) SENSITIVE = [] include Aws::Structure end |
#ebs ⇒ Types::LaunchTemplateEbsBlockDevice
Information about the block device for an EBS volume.
44658 44659 44660 44661 44662 44663 44664 44665 |
# File 'lib/aws-sdk-ec2/types.rb', line 44658 class LaunchTemplateBlockDeviceMapping < Struct.new( :device_name, :virtual_name, :ebs, :no_device) SENSITIVE = [] include Aws::Structure end |
#no_device ⇒ String
To omit the device from the block device mapping, specify an empty string.
44658 44659 44660 44661 44662 44663 44664 44665 |
# File 'lib/aws-sdk-ec2/types.rb', line 44658 class LaunchTemplateBlockDeviceMapping < Struct.new( :device_name, :virtual_name, :ebs, :no_device) SENSITIVE = [] include Aws::Structure end |
#virtual_name ⇒ String
The virtual device name (ephemeralN).
44658 44659 44660 44661 44662 44663 44664 44665 |
# File 'lib/aws-sdk-ec2/types.rb', line 44658 class LaunchTemplateBlockDeviceMapping < Struct.new( :device_name, :virtual_name, :ebs, :no_device) SENSITIVE = [] include Aws::Structure end |