You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::EC2::Types::InstanceBlockDeviceMapping
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::InstanceBlockDeviceMapping
- Defined in:
- (unknown)
Overview
Describes a block device mapping.
Instance Attribute Summary collapse
-
#device_name ⇒ String
The device name (for example,
/dev/sdh
orxvdh
). -
#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 (for example, /dev/sdh
or xvdh
).
#ebs ⇒ Types::EbsInstanceBlockDevice
Parameters used to automatically set up EBS volumes when the instance is launched.