Class: Aws::DynamoDB::Types::UpdateGlobalTableSettingsOutput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#global_table_nameString

The name of the global table.

Returns:

  • (String)


7585
7586
7587
7588
7589
# File 'lib/aws-sdk-dynamodb/types.rb', line 7585

class UpdateGlobalTableSettingsOutput < Struct.new(
  :global_table_name,
  :replica_settings)
  include Aws::Structure
end

#replica_settingsArray<Types::ReplicaSettingsDescription>

The region specific settings for the global table.



7585
7586
7587
7588
7589
# File 'lib/aws-sdk-dynamodb/types.rb', line 7585

class UpdateGlobalTableSettingsOutput < Struct.new(
  :global_table_name,
  :replica_settings)
  include Aws::Structure
end