class Aws::DynamoDB::Client

def describe_limits(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • describe_limits(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/DescribeLimits - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Example: To determine capacity limits per table and account, in the current AWS region -

Returns:
  • (Types::DescribeLimitsOutput) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:
def describe_limits(params = {}, options = {})
  req = build_request(:describe_limits, params)
  req.send_request(options)
end