Class: Aws::Imagebuilder::Types::LifecyclePolicyDetailAction

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-imagebuilder/types.rb

Overview

Contains selection criteria for the lifecycle policy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#include_resourcesTypes::LifecyclePolicyDetailActionIncludeResources

Specifies the resources that the lifecycle policy applies to.



5172
5173
5174
5175
5176
5177
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5172

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

#typeString

Specifies the lifecycle action to take.

Returns:

  • (String)


5172
5173
5174
5175
5176
5177
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5172

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