Class: Aws::DynamoDB::Types::DescribeGlobalTableSettingsInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#global_table_nameString

The name of the global table to describe.

Returns:

  • (String)


2802
2803
2804
2805
2806
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 2802

class DescribeGlobalTableSettingsInput < Struct.new(
  :global_table_name)
  SENSITIVE = []
  include Aws::Structure
end