Class: Aws::ECR::Types::StartLifecyclePolicyPreviewResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::StartLifecyclePolicyPreviewResponse
- 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 repository policy text.
-
#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.
Instance Attribute Details
#lifecycle_policy_text ⇒ String
The JSON repository policy text.
4059 4060 4061 4062 4063 4064 4065 4066 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 4059 class StartLifecyclePolicyPreviewResponse < Struct.new( :registry_id, :repository_name, :lifecycle_policy_text, :status) SENSITIVE = [] include Aws::Structure end |
#registry_id ⇒ String
The registry ID associated with the request.
4059 4060 4061 4062 4063 4064 4065 4066 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 4059 class StartLifecyclePolicyPreviewResponse < Struct.new( :registry_id, :repository_name, :lifecycle_policy_text, :status) SENSITIVE = [] include Aws::Structure end |
#repository_name ⇒ String
The repository name associated with the request.
4059 4060 4061 4062 4063 4064 4065 4066 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 4059 class StartLifecyclePolicyPreviewResponse < Struct.new( :registry_id, :repository_name, :lifecycle_policy_text, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the lifecycle policy preview request.
4059 4060 4061 4062 4063 4064 4065 4066 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 4059 class StartLifecyclePolicyPreviewResponse < Struct.new( :registry_id, :repository_name, :lifecycle_policy_text, :status) SENSITIVE = [] include Aws::Structure end |