Class: Aws::Inspector::Types::AssessmentRunStateChange
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::AssessmentRunStateChange
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector/types.rb
Overview
Used as one of the elements of the AssessmentRun data type.
Constant Summary collapse
- SENSITIVE =
[]
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.
481 482 483 484 485 486 |
# File 'lib/aws-sdk-inspector/types.rb', line 481 class AssessmentRunStateChange < Struct.new( :state_changed_at, :state) SENSITIVE = [] include Aws::Structure end |
#state_changed_at ⇒ Time
The last time the assessment run state changed.
481 482 483 484 485 486 |
# File 'lib/aws-sdk-inspector/types.rb', line 481 class AssessmentRunStateChange < Struct.new( :state_changed_at, :state) SENSITIVE = [] include Aws::Structure end |