Module: Aws::Resiliencehubv2::Client::_StartFailureModeAssessmentResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartFailureModeAssessmentResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #assessment_id ⇒ ::String
- #assessment_status ⇒ "NOT_STARTED", ...
- #service_arn ⇒ ::String
- #started_at ⇒ ::Time
Instance Method Details
#assessment_id ⇒ ::String
899 |
# File 'sig/client.rbs', line 899 def assessment_id: () -> ::String |
#assessment_status ⇒ "NOT_STARTED", ...
901 |
# File 'sig/client.rbs', line 901 def assessment_status: () -> ("NOT_STARTED" | "PENDING" | "IN_PROGRESS" | "FAILED" | "SUCCESS") |
#service_arn ⇒ ::String
900 |
# File 'sig/client.rbs', line 900 def service_arn: () -> ::String |
#started_at ⇒ ::Time
902 |
# File 'sig/client.rbs', line 902 def started_at: () -> ::Time |