class Aws::ECR::Client
def get_lifecycle_policy_preview(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
get_lifecycle_policy_preview(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/GetLifecyclePolicyPreview - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::GetLifecyclePolicyPreviewResponse)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)
-
:filter
(Types::LifecyclePolicyPreviewFilter
) -- -
:max_results
(Integer
) -- -
:next_token
(String
) -- -
:image_ids
(Array
) -- -
:repository_name
(required, String
) -- -
:registry_id
(String
) --
def get_lifecycle_policy_preview(params = {}, options = {}) req = build_request(:get_lifecycle_policy_preview, params) req.send_request(options) end