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.



5357
5358
5359
5360
5361
5362
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5357

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

#typeString

Specifies the lifecycle action to take.

Returns:

  • (String)


5357
5358
5359
5360
5361
5362
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5357

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