Module: Aws::MainframeModernization::Client::_GetApplicationVersionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetApplicationVersionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #application_version ⇒ ::Integer
- #creation_time ⇒ ::Time
- #definition_content ⇒ ::String
- #description ⇒ ::String
- #name ⇒ ::String
- #status ⇒ "Creating", ...
- #status_reason ⇒ ::String
Instance Method Details
#application_version ⇒ ::Integer
309 |
# File 'sig/client.rbs', line 309
def application_version: () -> ::Integer
|
#creation_time ⇒ ::Time
310 |
# File 'sig/client.rbs', line 310
def creation_time: () -> ::Time
|
#definition_content ⇒ ::String
311 |
# File 'sig/client.rbs', line 311
def definition_content: () -> ::String
|
#description ⇒ ::String
312 |
# File 'sig/client.rbs', line 312
def description: () -> ::String
|
#name ⇒ ::String
313 |
# File 'sig/client.rbs', line 313
def name: () -> ::String
|
#status ⇒ "Creating", ...
314 |
# File 'sig/client.rbs', line 314
def status: () -> ("Creating" | "Available" | "Failed")
|
#status_reason ⇒ ::String
315 |
# File 'sig/client.rbs', line 315
def status_reason: () -> ::String
|