Class: Aws::DynamoDB::Types::UpdateGlobalTableInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::UpdateGlobalTableInput
- Defined in:
- gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#global_table_name ⇒ String
The global table name.
-
#replica_updates ⇒ Array<Types::ReplicaUpdate>
A list of Regions that should be added or removed from the global table.
Instance Attribute Details
#global_table_name ⇒ String
The global table name.
9858 9859 9860 9861 9862 9863 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 9858 class UpdateGlobalTableInput < Struct.new( :global_table_name, :replica_updates) SENSITIVE = [] include Aws::Structure end |
#replica_updates ⇒ Array<Types::ReplicaUpdate>
A list of Regions that should be added or removed from the global table.
9858 9859 9860 9861 9862 9863 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 9858 class UpdateGlobalTableInput < Struct.new( :global_table_name, :replica_updates) SENSITIVE = [] include Aws::Structure end |