Class: Aws::DynamoDB::Types::DescribeGlobalTableSettingsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::DescribeGlobalTableSettingsInput
- Includes:
- Structure
- Defined in:
- 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.
2831 2832 2833 2834 2835 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 2831 class DescribeGlobalTableSettingsInput < Struct.new( :global_table_name) SENSITIVE = [] include Aws::Structure end |