class Aws::DynamoDB::Client
def update_table_replica_auto_scaling(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
update_table_replica_auto_scaling(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/UpdateTableReplicaAutoScaling - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::UpdateTableReplicaAutoScalingOutput)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)
-
:replica_updates
(Array
) -- -
:provisioned_write_capacity_auto_scaling_update
(Types::AutoScalingSettingsUpdate
) -- -
:table_name
(required, String
) -- -
:global_secondary_index_updates
(Array
) --
def update_table_replica_auto_scaling(params = {}, options = {}) req = build_request(:update_table_replica_auto_scaling, params) req.send_request(options) end