You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::LaunchTemplateBlockDeviceMapping

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.

Returns:

  • (String)

    The device name.

#ebsTypes::LaunchTemplateEbsBlockDevice

Information about the block device for an EBS volume.

Returns:

#no_deviceString

Suppresses the specified device included in the block device mapping of the AMI.

Returns:

  • (String)

    Suppresses the specified device included in the block device mapping of the AMI.

#virtual_nameString

The virtual device name (ephemeralN).

Returns:

  • (String)

    The virtual device name (ephemeralN).