Class: Aws::SecurityHub::Types::AwsEc2LaunchTemplateDataBlockDeviceMappingSetDetails

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

Overview

Information about a block device mapping for an Amazon Elastic Compute Cloud (Amazon EC2) launch template.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#device_nameString

The device name.

Returns:

  • (String)


6912
6913
6914
6915
6916
6917
6918
6919
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6912

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

#ebsTypes::AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails

Parameters used to automatically set up Amazon EBS volumes when the instance is launched.



6912
6913
6914
6915
6916
6917
6918
6919
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6912

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

#no_deviceString

Omits the device from the block device mapping when an empty string is specified.

Returns:

  • (String)


6912
6913
6914
6915
6916
6917
6918
6919
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6912

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

#virtual_nameString

The virtual device name (ephemeralN). Instance store volumes are numbered starting from 0. An instance type with 2 available instance store volumes can specify mappings for ephemeral0 and ephemeral1. The number of available instance store volumes depends on the instance type.

Returns:

  • (String)


6912
6913
6914
6915
6916
6917
6918
6919
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6912

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