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

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.

Returns:

  • (String)


9631
9632
9633
9634
9635
9636
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 9631

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

#replica_settingsArray<Types::ReplicaSettingsDescription>

The Region-specific settings for the global table.



9631
9632
9633
9634
9635
9636
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 9631

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