Class: Aws::Imagebuilder::Types::InstanceBlockDeviceMapping
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::InstanceBlockDeviceMapping
- 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
-
#device_name ⇒ String
The device to which these mappings apply.
-
#ebs ⇒ Types::EbsInstanceBlockDeviceSpecification
Use to manage Amazon EBS-specific configuration for this mapping.
-
#no_device ⇒ String
Use to remove a mapping from the base image.
-
#virtual_name ⇒ String
Use to manage instance ephemeral devices.
Instance Attribute Details
#device_name ⇒ String
The device to which these mappings apply.
4641 4642 4643 4644 4645 4646 4647 4648 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 4641 class InstanceBlockDeviceMapping < Struct.new( :device_name, :ebs, :virtual_name, :no_device) SENSITIVE = [] include Aws::Structure end |
#ebs ⇒ Types::EbsInstanceBlockDeviceSpecification
Use to manage Amazon EBS-specific configuration for this mapping.
4641 4642 4643 4644 4645 4646 4647 4648 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 4641 class InstanceBlockDeviceMapping < Struct.new( :device_name, :ebs, :virtual_name, :no_device) SENSITIVE = [] include Aws::Structure end |
#no_device ⇒ String
Use to remove a mapping from the base image.
4641 4642 4643 4644 4645 4646 4647 4648 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 4641 class InstanceBlockDeviceMapping < Struct.new( :device_name, :ebs, :virtual_name, :no_device) SENSITIVE = [] include Aws::Structure end |
#virtual_name ⇒ String
Use to manage instance ephemeral devices.
4641 4642 4643 4644 4645 4646 4647 4648 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 4641 class InstanceBlockDeviceMapping < Struct.new( :device_name, :ebs, :virtual_name, :no_device) SENSITIVE = [] include Aws::Structure end |