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
nextToken
value to include in a futureGetLifecyclePolicyPreview
request. -
#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.
1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1869 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.
1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1869 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.
1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1869 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.
1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1869 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.
1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1869 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.
1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1869 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.
1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1869 class GetLifecyclePolicyPreviewResponse < Struct.new( :registry_id, :repository_name, :lifecycle_policy_text, :status, :next_token, :preview_results, :summary) SENSITIVE = [] include Aws::Structure end |