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
- 
  
    
      #type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The type of action to be taken. 
Instance Attribute Details
#type ⇒ String
The type of action to be taken.
| 2802 2803 2804 2805 2806 | # File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2802 class LifecyclePolicyRuleAction < Struct.new( :type) SENSITIVE = [] include Aws::Structure end |