Class: Aws::DynamoDB::Types::CreateGlobalTableOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::CreateGlobalTableOutput
- 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.
1769 1770 1771 1772 1773 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 1769 class CreateGlobalTableOutput < Struct.new( :global_table_description) SENSITIVE = [] include Aws::Structure end |