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