Class: Aws::Types::InstanceBlockDeviceMappingSpecification

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#device_name::String

Returns the value of attribute device_name.

Returns:

  • (::String)


11345
11346
11347
# File 'sig/types.rbs', line 11345

def device_name
  @device_name
end

#ebsTypes::EbsInstanceBlockDeviceSpecification

Returns the value of attribute ebs.



11346
11347
11348
# File 'sig/types.rbs', line 11346

def ebs
  @ebs
end

#no_device::String

Returns the value of attribute no_device.

Returns:

  • (::String)


11348
11349
11350
# File 'sig/types.rbs', line 11348

def no_device
  @no_device
end

#virtual_name::String

Returns the value of attribute virtual_name.

Returns:

  • (::String)


11347
11348
11349
# File 'sig/types.rbs', line 11347

def virtual_name
  @virtual_name
end