Class: Aws::ECR::Types::LifecyclePolicyRuleAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::LifecyclePolicyRuleAction
- Includes:
- Structure
- Defined in:
- 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.
2704 2705 2706 2707 2708 |
# File 'lib/aws-sdk-ecr/types.rb', line 2704 class LifecyclePolicyRuleAction < Struct.new( :type) SENSITIVE = [] include Aws::Structure end |