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.



8150
8151
8152
8153
# File 'lib/aws-sdk-dynamodb/types.rb', line 8150

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