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

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

Overview

The state to apply to the image resource in a resource state update request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#status ⇒ String

The status to which you want to move the image resource. Set the status to AVAILABLE to restore an image that's currently deprecated or disabled.

Returns:

  • (String)


8567
8568
8569
8570
8571
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 8567

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