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.
1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1804 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.
1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1804 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.
1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1804 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.
1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1804 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.
1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1804 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.
1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1804 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.
1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1804 class GetLifecyclePolicyPreviewResponse < Struct.new( :registry_id, :repository_name, :lifecycle_policy_text, :status, :next_token, :preview_results, :summary) SENSITIVE = [] include Aws::Structure end |