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

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

Overview

Represents the output of an ‘UpdateTable` operation.

Instance Attribute Summary collapse

Instance Attribute Details

#table_descriptionTypes::TableDescription

Represents the properties of the table.



8161
8162
8163
8164
# File 'lib/aws-sdk-dynamodb/types.rb', line 8161

class UpdateTableOutput < Struct.new(
  :table_description)
  include Aws::Structure
end