class Aws::DynamoDB::Client
def update_table(params = {}, options = {})
-
params(Hash) -- ({})
Overloads:
-
update_table(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/UpdateTable - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Example: Example: To modify a table's provisioned throughput -
Returns:
-
(Types::UpdateTableOutput)- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)-
:on_demand_throughput(Types::OnDemandThroughput) -- -
:deletion_protection_enabled(Boolean) -- -
:table_class(String) -- -
:replica_updates(Array) -- -
:sse_specification(Types::SSESpecification) -- -
:stream_specification(Types::StreamSpecification) -- -
:global_secondary_index_updates(Array) -- -
:provisioned_throughput(Types::ProvisionedThroughput) -- -
:billing_mode(String) -- -
:table_name(required, String) -- -
:attribute_definitions(Array) --
def update_table(params = {}, options = {}) req = build_request(:update_table, params) req.send_request(options) end