Class: Aws::DynamoDB::Types::UpdateTableOutput

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

Overview

Represents the output of an UpdateTable operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#table_descriptionTypes::TableDescription

Represents the properties of the table.



10263
10264
10265
10266
10267
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 10263

class UpdateTableOutput < Struct.new(
  :table_description)
  SENSITIVE = []
  include Aws::Structure
end