Class: Aws::Types::AssessmentRunStateChange
- Inherits:
-
Object
- Object
- Aws::Types::AssessmentRunStateChange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#state ⇒ "CREATED", ...
Returns the value of attribute state.
-
#state_changed_at ⇒ ::Time
Returns the value of attribute state_changed_at.
Instance Attribute Details
#state ⇒ "CREATED", ...
Returns the value of attribute state.
122 123 124 |
# File 'sig/types.rbs', line 122 def state @state end |
#state_changed_at ⇒ ::Time
Returns the value of attribute state_changed_at.
121 122 123 |
# File 'sig/types.rbs', line 121 def state_changed_at @state_changed_at end |