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)


11833
11834
11835
# File 'sig/types.rbs', line 11833

def device_name
  @device_name
end

#ebsTypes::EbsInstanceBlockDeviceSpecification

Returns the value of attribute ebs.



11834
11835
11836
# File 'sig/types.rbs', line 11834

def ebs
  @ebs
end

#no_device::String

Returns the value of attribute no_device.

Returns:

  • (::String)


11836
11837
11838
# File 'sig/types.rbs', line 11836

def no_device
  @no_device
end

#virtual_name::String

Returns the value of attribute virtual_name.

Returns:

  • (::String)


11835
11836
11837
# File 'sig/types.rbs', line 11835

def virtual_name
  @virtual_name
end