Class: Aws::SnowDeviceManagement::Types::InstanceBlockDeviceMapping
- Inherits:
-
Struct
- Object
- Struct
- Aws::SnowDeviceManagement::Types::InstanceBlockDeviceMapping
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-snowdevicemanagement/types.rb
Overview
The description of a block device mapping.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_name ⇒ String
The block device name.
-
#ebs ⇒ Types::EbsInstanceBlockDevice
The parameters used to automatically set up Amazon Elastic Block Store (Amazon EBS) volumes when the instance is launched.
Instance Attribute Details
#device_name ⇒ String
The block device name.
595 596 597 598 599 600 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 595 class InstanceBlockDeviceMapping < Struct.new( :device_name, :ebs) SENSITIVE = [] include Aws::Structure end |
#ebs ⇒ Types::EbsInstanceBlockDevice
The parameters used to automatically set up Amazon Elastic Block Store (Amazon EBS) volumes when the instance is launched.
595 596 597 598 599 600 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 595 class InstanceBlockDeviceMapping < Struct.new( :device_name, :ebs) SENSITIVE = [] include Aws::Structure end |