Class: Aws::Types::TableRestoreStatusMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


3023
3024
3025
# File 'sig/types.rbs', line 3023

def marker
  @marker
end

#table_restore_status_details::Array[Types::TableRestoreStatus]

Returns the value of attribute table_restore_status_details.

Returns:



3022
3023
3024
# File 'sig/types.rbs', line 3022

def table_restore_status_details
  @table_restore_status_details
end