class Aws::ECR::Types::StartLifecyclePolicyPreviewRequest

@note When making an API call, you may pass StartLifecyclePolicyPreviewRequest

data as a hash:

    {
      registry_id: "RegistryId",
      repository_name: "RepositoryName", # required
      lifecycle_policy_text: "LifecyclePolicyText",
    }

@!attribute [rw] registry_id

The Amazon Web Services account ID associated with the registry that
contains the repository. If you do not specify a registry, the
default registry is assumed.
@return [String]

@!attribute [rw] repository_name

The name of the repository to be evaluated.
@return [String]

@!attribute [rw] lifecycle_policy_text

The policy to be evaluated against. If you do not specify a policy,
the current policy for the repository is used.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/StartLifecyclePolicyPreviewRequest AWS API Documentation

Constants

SENSITIVE