Class: Aws::ECR::Types::LifecyclePolicyRuleAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::LifecyclePolicyRuleAction
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
The type of action to be taken.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#target_storage_class ⇒ String
The target storage class for the action.
-
#type ⇒ String
The type of action to be taken.
Instance Attribute Details
#target_storage_class ⇒ String
The target storage class for the action. This is only present when
the type is TRANSITION.
3121 3122 3123 3124 3125 3126 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3121 class LifecyclePolicyRuleAction < Struct.new( :type, :target_storage_class) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of action to be taken.
3121 3122 3123 3124 3125 3126 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3121 class LifecyclePolicyRuleAction < Struct.new( :type, :target_storage_class) SENSITIVE = [] include Aws::Structure end |