Class: Aws::Imagebuilder::Types::LifecycleExecutionResourceAction

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

Overview

The lifecycle policy action that was identified for the impacted resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the resource that was identified for a lifecycle policy action.

Returns:

  • (String)


4976
4977
4978
4979
4980
4981
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 4976

class LifecycleExecutionResourceAction < Struct.new(
  :name,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#reasonString

The reason why the lifecycle policy action is taken.

Returns:

  • (String)


4976
4977
4978
4979
4980
4981
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 4976

class LifecycleExecutionResourceAction < Struct.new(
  :name,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end