Class: Aws::DynamoDB::Types::TableClassSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb

Overview

Contains details of the table class.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#last_update_date_timeTime

The date and time at which the table class was last updated.

Returns:

  • (Time)


8398
8399
8400
8401
8402
8403
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 8398

class TableClassSummary < Struct.new(
  :table_class,
  :last_update_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#table_classString

The table class of the specified table. Valid values are STANDARD and STANDARD_INFREQUENT_ACCESS.

Returns:

  • (String)


8398
8399
8400
8401
8402
8403
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 8398

class TableClassSummary < Struct.new(
  :table_class,
  :last_update_date_time)
  SENSITIVE = []
  include Aws::Structure
end