Class: Aws::DynamoDB::Types::UpdateTableOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::UpdateTableOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
Represents the output of an ‘UpdateTable` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#table_description ⇒ Types::TableDescription
Represents the properties of the table.
Instance Attribute Details
#table_description ⇒ Types::TableDescription
Represents the properties of the table.
10530 10531 10532 10533 10534 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 10530 class UpdateTableOutput < Struct.new( :table_description) SENSITIVE = [] include Aws::Structure end |