Class: Aws::DynamoDB::Types::DescribeGlobalTableSettingsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::DescribeGlobalTableSettingsInput
- Defined in:
- gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#global_table_name ⇒ String
The name of the global table to describe.
Instance Attribute Details
#global_table_name ⇒ String
The name of the global table to describe.
2724 2725 2726 2727 2728 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 2724 class DescribeGlobalTableSettingsInput < Struct.new( :global_table_name) SENSITIVE = [] include Aws::Structure end |