Class: Aws::ECR::Types::LifecyclePolicyRuleAction

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#typeString

The type of action to be taken.

Returns:

  • (String)


2403
2404
2405
2406
2407
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2403

class LifecyclePolicyRuleAction < Struct.new(
  :type)
  SENSITIVE = []
  include Aws::Structure
end