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)


5064
5065
5066
5067
5068
5069
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5064

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

#reasonString

The reason why the lifecycle policy action is taken.

Returns:

  • (String)


5064
5065
5066
5067
5068
5069
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5064

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