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
show all
Defined in:
(unknown)

Overview

Describes a block device mapping.

Instance Attribute Summary collapse

Instance Attribute Details

#device_nameString

The device name (for example, /dev/sdh or xvdh).

Returns:

  • (String)

    The device name (for example, /dev/sdh or xvdh).

#ebsTypes::EbsInstanceBlockDevice

Parameters used to automatically set up EBS volumes when the instance is launched.

Returns: