Class: Aws::DynamoDB::Types::DescribeGlobalTableSettingsOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.

Returns:

  • (String)


2818
2819
2820
2821
2822
2823
# File 'lib/aws-sdk-dynamodb/types.rb', line 2818

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

#replica_settingsArray<Types::ReplicaSettingsDescription>

The Region-specific settings for the global table.



2818
2819
2820
2821
2822
2823
# File 'lib/aws-sdk-dynamodb/types.rb', line 2818

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