class Aws::ECR::Client

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

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

Overloads:
  • describe_repository_creation_templates(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/DescribeRepositoryCreationTemplates - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -
    Example: Example: Describe a repository creation template -

Returns:
  • (Types::DescribeRepositoryCreationTemplatesResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :max_results (Integer) --
  • :next_token (String) --
  • :prefixes (Array) --
def describe_repository_creation_templates(params = {}, options = {})
  req = build_request(:describe_repository_creation_templates, params)
  req.send_request(options)
end