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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-imagebuilder/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)


7296
7297
7298
7299
7300
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7296

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