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
860 |
# File 'sig/client.rbs', line 860
def assessment_id: () -> ::String
|
#assessment_status ⇒ "NOT_STARTED", ...
862 |
# File 'sig/client.rbs', line 862
def assessment_status: () -> ("NOT_STARTED" | "PENDING" | "IN_PROGRESS" | "FAILED" | "SUCCESS")
|
#service_arn ⇒ ::String
861 |
# File 'sig/client.rbs', line 861
def service_arn: () -> ::String
|
#started_at ⇒ ::Time
863 |
# File 'sig/client.rbs', line 863
def started_at: () -> ::Time
|