class Aws::DynamoDB::Client
def update_global_table_settings(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
update_global_table_settings(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/UpdateGlobalTableSettings - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::UpdateGlobalTableSettingsOutput)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)
-
:replica_settings_update
(Array
) -- -
:global_table_global_secondary_index_settings_update
(Array
) -- -
:global_table_provisioned_write_capacity_auto_scaling_settings_update
(Types::AutoScalingSettingsUpdate
) -- -
:global_table_provisioned_write_capacity_units
(Integer
) -- -
:global_table_billing_mode
(String
) -- -
:global_table_name
(required, String
) --
def update_global_table_settings(params = {}, options = {}) req = build_request(:update_global_table_settings, params) req.send_request(options) end