Class: Aws::DynamoDB::Types::DescribeGlobalTableOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::DescribeGlobalTableOutput
- 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.
2819 2820 2821 2822 2823 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 2819 class DescribeGlobalTableOutput < Struct.new( :global_table_description) SENSITIVE = [] include Aws::Structure end |