You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Inspector::Types::AssessmentRunStateChange
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::AssessmentRunStateChange
- Defined in:
- (unknown)
Overview
Used as one of the elements of the AssessmentRun data type.
Instance Attribute Summary collapse
-
#state ⇒ String
The assessment run state.
-
#state_changed_at ⇒ Time
The last time the assessment run state changed.
Instance Attribute Details
#state ⇒ String
The assessment run state.
Possible values:
- CREATED
- START_DATA_COLLECTION_PENDING
- START_DATA_COLLECTION_IN_PROGRESS
- COLLECTING_DATA
- STOP_DATA_COLLECTION_PENDING
- DATA_COLLECTED
- START_EVALUATING_RULES_PENDING
- EVALUATING_RULES
- FAILED
- ERROR
- COMPLETED
- COMPLETED_WITH_ERRORS
- CANCELED
#state_changed_at ⇒ Time
The last time the assessment run state changed.