Class: Aws::DynamoDB::Types::CreateGlobalTableOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::CreateGlobalTableOutput
- Defined in:
- gems/aws-sdk-dynamodb/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.
1758 1759 1760 1761 1762 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 1758 class CreateGlobalTableOutput < Struct.new( :global_table_description) SENSITIVE = [] include Aws::Structure end |