Class: Aws::Imagebuilder::Types::ResourceState

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

Overview

The current state of an impacted resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

Shows the current lifecycle policy action that was applied to an impacted resource.

Returns:

  • (String)


7838
7839
7840
7841
7842
# File 'lib/aws-sdk-imagebuilder/types.rb', line 7838

class ResourceState < Struct.new(
  :status)
  SENSITIVE = []
  include Aws::Structure
end