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)


43935
43936
43937
43938
43939
43940
43941
43942
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43935

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.



43935
43936
43937
43938
43939
43940
43941
43942
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43935

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)


43935
43936
43937
43938
43939
43940
43941
43942
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43935

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)


43935
43936
43937
43938
43939
43940
43941
43942
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43935

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