Class: Aws::DynamoDB::Types::UpdateTableOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::UpdateTableOutput
- 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
-
#table_description ⇒ Types::TableDescription
Represents the properties of the table.
Instance Attribute Details
#table_description ⇒ Types::TableDescription
Represents the properties of the table.
9931 9932 9933 9934 9935 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 9931 class UpdateTableOutput < Struct.new( :table_description) SENSITIVE = [] include Aws::Structure end |