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