Module: Aws::MainframeModernization::Client::_GetDeploymentResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDeploymentResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #application_id ⇒ ::String
- #application_version ⇒ ::Integer
- #creation_time ⇒ ::Time
- #deployment_id ⇒ ::String
- #environment_id ⇒ ::String
- #status ⇒ "Deploying", ...
- #status_reason ⇒ ::String
Instance Method Details
#application_id ⇒ ::String
396 |
# File 'sig/client.rbs', line 396
def application_id: () -> ::String
|
#application_version ⇒ ::Integer
397 |
# File 'sig/client.rbs', line 397
def application_version: () -> ::Integer
|
#creation_time ⇒ ::Time
398 |
# File 'sig/client.rbs', line 398
def creation_time: () -> ::Time
|
#deployment_id ⇒ ::String
399 |
# File 'sig/client.rbs', line 399
def deployment_id: () -> ::String
|
#environment_id ⇒ ::String
400 |
# File 'sig/client.rbs', line 400
def environment_id: () -> ::String
|
#status ⇒ "Deploying", ...
401 |
# File 'sig/client.rbs', line 401
def status: () -> ("Deploying" | "Succeeded" | "Failed" | "Updating Deployment")
|
#status_reason ⇒ ::String
402 |
# File 'sig/client.rbs', line 402
def status_reason: () -> ::String
|