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_name ⇒ String

The device to which these mappings apply.

Returns:

  • (String)


5843
5844
5845
5846
5847
5848
5849
5850
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 5843

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

#ebs ⇒ Types::EbsInstanceBlockDeviceSpecification

The Amazon EBS-specific configuration for this mapping.



5843
5844
5845
5846
5847
5848
5849
5850
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 5843

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

#no_device ⇒ String

Specifies a mapping to remove from the base image.

Returns:

  • (String)


5843
5844
5845
5846
5847
5848
5849
5850
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 5843

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

#virtual_name ⇒ String

The virtual device name for instance ephemeral devices.

Returns:

  • (String)


5843
5844
5845
5846
5847
5848
5849
5850
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 5843

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