Class: Aws::EC2::Types::InstanceBlockDeviceMapping
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::InstanceBlockDeviceMapping
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes a block device mapping.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_name ⇒ String
The device name.
-
#ebs ⇒ Types::EbsInstanceBlockDevice
Parameters used to automatically set up EBS volumes when the instance is launched.
Instance Attribute Details
#device_name ⇒ String
The device name.
50522 50523 50524 50525 50526 50527 |
# File 'lib/aws-sdk-ec2/types.rb', line 50522 class InstanceBlockDeviceMapping < Struct.new( :device_name, :ebs) SENSITIVE = [] include Aws::Structure end |
#ebs ⇒ Types::EbsInstanceBlockDevice
Parameters used to automatically set up EBS volumes when the instance is launched.
50522 50523 50524 50525 50526 50527 |
# File 'lib/aws-sdk-ec2/types.rb', line 50522 class InstanceBlockDeviceMapping < Struct.new( :device_name, :ebs) SENSITIVE = [] include Aws::Structure end |