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