Class: Aws::DynamoDB::Types::UpdateGlobalTableOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::UpdateGlobalTableOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#global_table_description ⇒ Types::GlobalTableDescription
Contains the details of the global table.
Instance Attribute Details
#global_table_description ⇒ Types::GlobalTableDescription
Contains the details of the global table.
9814 9815 9816 9817 9818 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 9814 class UpdateGlobalTableOutput < Struct.new( :global_table_description) SENSITIVE = [] include Aws::Structure end |