Class: Aws::Types::DescribeTableRestoreStatusMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_identifier::String

Returns the value of attribute cluster_identifier.

Returns:

  • (::String)


1350
1351
1352
# File 'sig/types.rbs', line 1350

def cluster_identifier
  @cluster_identifier
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1353
1354
1355
# File 'sig/types.rbs', line 1353

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


1352
1353
1354
# File 'sig/types.rbs', line 1352

def max_records
  @max_records
end

#table_restore_request_id::String

Returns the value of attribute table_restore_request_id.

Returns:

  • (::String)


1351
1352
1353
# File 'sig/types.rbs', line 1351

def table_restore_request_id
  @table_restore_request_id
end