Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::Imagebuilder::Types::InstanceBlockDeviceMapping

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

Overview

Defines block device mappings for the instance used to configure your image.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#device_nameString

The device to which these mappings apply.

Returns:

  • (String)

4804
4805
4806
4807
4808
4809
4810
4811
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 4804

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

#ebsTypes::EbsInstanceBlockDeviceSpecification

Use to manage Amazon EBS-specific configuration for this mapping.


4804
4805
4806
4807
4808
4809
4810
4811
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 4804

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

#no_deviceString

Use to remove a mapping from the base image.

Returns:

  • (String)

4804
4805
4806
4807
4808
4809
4810
4811
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 4804

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

#virtual_nameString

Use to manage instance ephemeral devices.

Returns:

  • (String)

4804
4805
4806
4807
4808
4809
4810
4811
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 4804

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