Class: Aws::Types::InstanceBlockDeviceMapping

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)


1223
1224
1225
# File 'sig/types.rbs', line 1223

def device_name
  @device_name
end

#ebs ⇒ Types::EbsInstanceBlockDeviceSpecification

Returns the value of attribute ebs.



1224
1225
1226
# File 'sig/types.rbs', line 1224

def ebs
  @ebs
end

#no_device ⇒ ::String

Returns the value of attribute no_device.

Returns:

  • (::String)


1226
1227
1228
# File 'sig/types.rbs', line 1226

def no_device
  @no_device
end

#virtual_name ⇒ ::String

Returns the value of attribute virtual_name.

Returns:

  • (::String)


1225
1226
1227
# File 'sig/types.rbs', line 1225

def virtual_name
  @virtual_name
end