Class: Aws::EC2::Types::InstanceBlockDeviceMappingSpecification

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Describes a block device mapping entry.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#device_nameString

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

Returns:

  • (String)


42808
42809
42810
42811
42812
42813
42814
42815
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 42808

class InstanceBlockDeviceMappingSpecification < Struct.new(
  :device_name,
  :ebs,
  :virtual_name,
  :no_device)
  SENSITIVE = []
  include Aws::Structure
end

#ebsTypes::EbsInstanceBlockDeviceSpecification

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



42808
42809
42810
42811
42812
42813
42814
42815
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 42808

class InstanceBlockDeviceMappingSpecification < Struct.new(
  :device_name,
  :ebs,
  :virtual_name,
  :no_device)
  SENSITIVE = []
  include Aws::Structure
end

#no_deviceString

Suppresses the specified device included in the block device mapping.

Returns:

  • (String)


42808
42809
42810
42811
42812
42813
42814
42815
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 42808

class InstanceBlockDeviceMappingSpecification < Struct.new(
  :device_name,
  :ebs,
  :virtual_name,
  :no_device)
  SENSITIVE = []
  include Aws::Structure
end

#virtual_nameString

The virtual device name.

Returns:

  • (String)


42808
42809
42810
42811
42812
42813
42814
42815
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 42808

class InstanceBlockDeviceMappingSpecification < Struct.new(
  :device_name,
  :ebs,
  :virtual_name,
  :no_device)
  SENSITIVE = []
  include Aws::Structure
end