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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


43948
43949
43950
43951
43952
43953
43954
43955
# File 'lib/aws-sdk-ec2/types.rb', line 43948

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.



43948
43949
43950
43951
43952
43953
43954
43955
# File 'lib/aws-sdk-ec2/types.rb', line 43948

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)


43948
43949
43950
43951
43952
43953
43954
43955
# File 'lib/aws-sdk-ec2/types.rb', line 43948

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)


43948
43949
43950
43951
43952
43953
43954
43955
# File 'lib/aws-sdk-ec2/types.rb', line 43948

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