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)


8870
8871
8872
# File 'sig/types.rbs', line 8870

def delete_on_termination
  @delete_on_termination
end

#volume_id::String

Returns the value of attribute volume_id.

Returns:

  • (::String)


8869
8870
8871
# File 'sig/types.rbs', line 8869

def volume_id
  @volume_id
end