Class: Aws::Types::BlockDeviceMapping

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)


239
240
241
# File 'sig/types.rbs', line 239

def device_name
  @device_name
end

#ebsTypes::Ebs

Returns the value of attribute ebs.

Returns:



240
241
242
# File 'sig/types.rbs', line 240

def ebs
  @ebs
end

#no_deviceBoolean

Returns the value of attribute no_device.

Returns:

  • (Boolean)


241
242
243
# File 'sig/types.rbs', line 241

def no_device
  @no_device
end

#virtual_name::String

Returns the value of attribute virtual_name.

Returns:

  • (::String)


238
239
240
# File 'sig/types.rbs', line 238

def virtual_name
  @virtual_name
end