class Aws::DynamoDB::Client
def describe_endpoints(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
describe_endpoints(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/DescribeEndpoints - AWS API Documentation
Other tags:
- Example: Response structure -
Returns:
-
(Types::DescribeEndpointsResponse)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
def describe_endpoints(params = {}, options = {}) req = build_request(:describe_endpoints, params) req.send_request(options) end