Module: Aws::ARCRegionswitch::Client::_GetPlanEvaluationStatusResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetPlanEvaluationStatusResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #evaluation_state ⇒ "passed", ...
- #last_evaluated_version ⇒ ::String
- #last_evaluation_time ⇒ ::Time
- #next_token ⇒ ::String
- #plan_arn ⇒ ::String
- #region ⇒ ::String
- #warnings ⇒ ::Array[Types::ResourceWarning]
Instance Method Details
#evaluation_state ⇒ "passed", ...
161 |
# File 'sig/client.rbs', line 161
def evaluation_state: () -> ("passed" | "actionRequired" | "pendingEvaluation" | "unknown")
|
#last_evaluated_version ⇒ ::String
159 |
# File 'sig/client.rbs', line 159
def last_evaluated_version: () -> ::String
|
#last_evaluation_time ⇒ ::Time
158 |
# File 'sig/client.rbs', line 158
def last_evaluation_time: () -> ::Time
|
#next_token ⇒ ::String
163 |
# File 'sig/client.rbs', line 163
def next_token: () -> ::String
|
#plan_arn ⇒ ::String
157 |
# File 'sig/client.rbs', line 157
def plan_arn: () -> ::String
|
#region ⇒ ::String
160 |
# File 'sig/client.rbs', line 160
def region: () -> ::String
|
#warnings ⇒ ::Array[Types::ResourceWarning]
162 |
# File 'sig/client.rbs', line 162
def warnings: () -> ::Array[Types::ResourceWarning]
|