Class: Aws::Types::StartFailureModeAssessmentResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartFailureModeAssessmentResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assessment_id ⇒ ::String
Returns the value of attribute assessment_id.
-
#assessment_status ⇒ "NOT_STARTED", ...
Returns the value of attribute assessment_status.
-
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
Instance Attribute Details
#assessment_id ⇒ ::String
Returns the value of attribute assessment_id.
1484 1485 1486 |
# File 'sig/types.rbs', line 1484 def assessment_id @assessment_id end |
#assessment_status ⇒ "NOT_STARTED", ...
Returns the value of attribute assessment_status.
1486 1487 1488 |
# File 'sig/types.rbs', line 1486 def assessment_status @assessment_status end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
1485 1486 1487 |
# File 'sig/types.rbs', line 1485 def service_arn @service_arn end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
1487 1488 1489 |
# File 'sig/types.rbs', line 1487 def started_at @started_at end |