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.
1434 1435 1436 |
# File 'sig/types.rbs', line 1434 def assessment_id @assessment_id end |
#assessment_status ⇒ "NOT_STARTED", ...
Returns the value of attribute assessment_status.
1436 1437 1438 |
# File 'sig/types.rbs', line 1436 def assessment_status @assessment_status end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
1435 1436 1437 |
# File 'sig/types.rbs', line 1435 def service_arn @service_arn end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
1437 1438 1439 |
# File 'sig/types.rbs', line 1437 def started_at @started_at end |