Class: Aws::Imagebuilder::Types::ComponentState
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::ComponentState
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
A group of fields that describe the current status of components.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#reason ⇒ String
Describes how or why the component changed state.
-
#status ⇒ String
The current state of the component.
Instance Attribute Details
#reason ⇒ String
Describes how or why the component changed state.
478 479 480 481 482 483 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 478 class ComponentState < Struct.new( :status, :reason) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current state of the component.
478 479 480 481 482 483 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 478 class ComponentState < Struct.new( :status, :reason) SENSITIVE = [] include Aws::Structure end |