Class: Aws::Imagebuilder::Types::ResourceState
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::ResourceState
- 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
-
#status ⇒ String
The status to which you want to move the image resource.
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.
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 |