Class: Aws::EC2::Types::LaunchTemplateBlockDeviceMapping

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Describes a block device mapping.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#device_nameString

The device name.

Returns:

  • (String)


44941
44942
44943
44944
44945
44946
44947
44948
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44941

class LaunchTemplateBlockDeviceMapping < Struct.new(
  :device_name,
  :virtual_name,
  :ebs,
  :no_device)
  SENSITIVE = []
  include Aws::Structure
end

#ebsTypes::LaunchTemplateEbsBlockDevice

Information about the block device for an EBS volume.



44941
44942
44943
44944
44945
44946
44947
44948
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44941

class LaunchTemplateBlockDeviceMapping < Struct.new(
  :device_name,
  :virtual_name,
  :ebs,
  :no_device)
  SENSITIVE = []
  include Aws::Structure
end

#no_deviceString

To omit the device from the block device mapping, specify an empty string.

Returns:

  • (String)


44941
44942
44943
44944
44945
44946
44947
44948
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44941

class LaunchTemplateBlockDeviceMapping < Struct.new(
  :device_name,
  :virtual_name,
  :ebs,
  :no_device)
  SENSITIVE = []
  include Aws::Structure
end

#virtual_nameString

The virtual device name (ephemeralN).

Returns:

  • (String)


44941
44942
44943
44944
44945
44946
44947
44948
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44941

class LaunchTemplateBlockDeviceMapping < Struct.new(
  :device_name,
  :virtual_name,
  :ebs,
  :no_device)
  SENSITIVE = []
  include Aws::Structure
end