Class: Aws::Types::EbsInstanceBlockDeviceSpecification

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#delete_on_terminationBoolean

Returns the value of attribute delete_on_termination.

Returns:

  • (Boolean)


8659
8660
8661
# File 'sig/types.rbs', line 8659

def delete_on_termination
  @delete_on_termination
end

#volume_id::String

Returns the value of attribute volume_id.

Returns:

  • (::String)


8658
8659
8660
# File 'sig/types.rbs', line 8658

def volume_id
  @volume_id
end