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

#name ⇒ String

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

Returns:

  • (String)


6246
6247
6248
6249
6250
6251
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6246

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

#reason ⇒ String

The reason why the lifecycle policy action is taken.

Returns:

  • (String)


6246
6247
6248
6249
6250
6251
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6246

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