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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


4998
4999
5000
5001
5002
5003
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4998

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

#reasonString

The reason why the lifecycle policy action is taken.

Returns:

  • (String)


4998
4999
5000
5001
5002
5003
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4998

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