Class: Aws::Types::TableClassSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#last_update_date_time::Time

Returns the value of attribute last_update_date_time.

Returns:

  • (::Time)


1599
1600
1601
# File 'sig/types.rbs', line 1599

def last_update_date_time
  @last_update_date_time
end

#table_class"STANDARD", "STANDARD_INFREQUENT_ACCESS"

Returns the value of attribute table_class.

Returns:

  • ("STANDARD", "STANDARD_INFREQUENT_ACCESS")


1598
1599
1600
# File 'sig/types.rbs', line 1598

def table_class
  @table_class
end