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