Class: Aws::Imagebuilder::Types::ComponentState

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#reasonString

Describes how or why the component changed state.

Returns:

  • (String)


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

#statusString

The current state of the component.

Returns:

  • (String)


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