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