Module: Aws::ResilienceHub::Client::_ResolveAppVersionResourcesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ResolveAppVersionResourcesResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#app_arn ⇒ ::String
921 |
# File 'sig/client.rbs', line 921
def app_arn: () -> ::String
|
#app_version ⇒ ::String
922 |
# File 'sig/client.rbs', line 922
def app_version: () -> ::String
|
#resolution_id ⇒ ::String
923 |
# File 'sig/client.rbs', line 923
def resolution_id: () -> ::String
|
#status ⇒ "Pending", ...
924 |
# File 'sig/client.rbs', line 924
def status: () -> ("Pending" | "InProgress" | "Failed" | "Success")
|