Class: Aws::Types::SnapshotRecycleBinInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


17487
17488
17489
# File 'sig/types.rbs', line 17487

def description
  @description
end

#recycle_bin_enter_time::Time

Returns the value of attribute recycle_bin_enter_time.

Returns:

  • (::Time)


17485
17486
17487
# File 'sig/types.rbs', line 17485

def recycle_bin_enter_time
  @recycle_bin_enter_time
end

#recycle_bin_exit_time::Time

Returns the value of attribute recycle_bin_exit_time.

Returns:

  • (::Time)


17486
17487
17488
# File 'sig/types.rbs', line 17486

def recycle_bin_exit_time
  @recycle_bin_exit_time
end

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


17484
17485
17486
# File 'sig/types.rbs', line 17484

def snapshot_id
  @snapshot_id
end

#volume_id::String

Returns the value of attribute volume_id.

Returns:

  • (::String)


17488
17489
17490
# File 'sig/types.rbs', line 17488

def volume_id
  @volume_id
end