class Aws::ECR::Client

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

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

Overloads:
  • describe_image_scan_findings(params = {})

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

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

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

Options Hash: (**params)
  • :max_results (Integer) --
  • :next_token (String) --
  • :image_id (required, Types::ImageIdentifier) --
  • :repository_name (required, String) --
  • :registry_id (String) --
def describe_image_scan_findings(params = {}, options = {})
  req = build_request(:describe_image_scan_findings, params)
  req.send_request(options)
end