Class: Aws::ECR::Types::GetLifecyclePolicyPreviewResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::GetLifecyclePolicyPreviewResponse
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lifecycle_policy_text ⇒ String
The JSON lifecycle policy text.
-
#next_token ⇒ String
The
nextTokenvalue to include in a futureGetLifecyclePolicyPreviewrequest. -
#preview_results ⇒ Array<Types::LifecyclePolicyPreviewResult>
The results of the lifecycle policy preview request.
-
#registry_id ⇒ String
The registry ID associated with the request.
-
#repository_name ⇒ String
The repository name associated with the request.
-
#status ⇒ String
The status of the lifecycle policy preview request.
-
#summary ⇒ Types::LifecyclePolicyPreviewSummary
The list of images that is returned as a result of the action.
Instance Attribute Details
#lifecycle_policy_text ⇒ String
The JSON lifecycle policy text.
2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2034 class GetLifecyclePolicyPreviewResponse < Struct.new( :registry_id, :repository_name, :lifecycle_policy_text, :status, :next_token, :preview_results, :summary) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The nextToken value to include in a future
GetLifecyclePolicyPreview request. When the results of a
GetLifecyclePolicyPreview request exceed maxResults, this value
can be used to retrieve the next page of results. This value is
null when there are no more results to return.
2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2034 class GetLifecyclePolicyPreviewResponse < Struct.new( :registry_id, :repository_name, :lifecycle_policy_text, :status, :next_token, :preview_results, :summary) SENSITIVE = [] include Aws::Structure end |
#preview_results ⇒ Array<Types::LifecyclePolicyPreviewResult>
The results of the lifecycle policy preview request.
2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2034 class GetLifecyclePolicyPreviewResponse < Struct.new( :registry_id, :repository_name, :lifecycle_policy_text, :status, :next_token, :preview_results, :summary) SENSITIVE = [] include Aws::Structure end |
#registry_id ⇒ String
The registry ID associated with the request.
2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2034 class GetLifecyclePolicyPreviewResponse < Struct.new( :registry_id, :repository_name, :lifecycle_policy_text, :status, :next_token, :preview_results, :summary) SENSITIVE = [] include Aws::Structure end |
#repository_name ⇒ String
The repository name associated with the request.
2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2034 class GetLifecyclePolicyPreviewResponse < Struct.new( :registry_id, :repository_name, :lifecycle_policy_text, :status, :next_token, :preview_results, :summary) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the lifecycle policy preview request.
2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2034 class GetLifecyclePolicyPreviewResponse < Struct.new( :registry_id, :repository_name, :lifecycle_policy_text, :status, :next_token, :preview_results, :summary) SENSITIVE = [] include Aws::Structure end |
#summary ⇒ Types::LifecyclePolicyPreviewSummary
The list of images that is returned as a result of the action.
2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2034 class GetLifecyclePolicyPreviewResponse < Struct.new( :registry_id, :repository_name, :lifecycle_policy_text, :status, :next_token, :preview_results, :summary) SENSITIVE = [] include Aws::Structure end |