Module: Aws::MainframeModernization::Client::_GetApplicationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetApplicationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #application_arn ⇒ ::String
- #application_id ⇒ ::String
- #creation_time ⇒ ::Time
- #deployed_version ⇒ Types::DeployedVersionSummary
- #description ⇒ ::String
- #engine_type ⇒ "microfocus", "bluage"
- #environment_id ⇒ ::String
- #kms_key_id ⇒ ::String
- #last_start_time ⇒ ::Time
- #latest_version ⇒ Types::ApplicationVersionSummary
- #listener_arns ⇒ ::Array[::String]
- #listener_ports ⇒ ::Array[::Integer]
- #load_balancer_dns_name ⇒ ::String
- #log_groups ⇒ ::Array[Types::LogGroupSummary]
- #name ⇒ ::String
- #role_arn ⇒ ::String
- #status ⇒ "Creating", ...
- #status_reason ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
- #target_group_arns ⇒ ::Array[::String]
Instance Method Details
#application_arn ⇒ ::String
280 |
# File 'sig/client.rbs', line 280 def application_arn: () -> ::String |
#application_id ⇒ ::String
281 |
# File 'sig/client.rbs', line 281 def application_id: () -> ::String |
#creation_time ⇒ ::Time
282 |
# File 'sig/client.rbs', line 282 def creation_time: () -> ::Time |
#deployed_version ⇒ Types::DeployedVersionSummary
283 |
# File 'sig/client.rbs', line 283 def deployed_version: () -> Types::DeployedVersionSummary |
#description ⇒ ::String
284 |
# File 'sig/client.rbs', line 284 def description: () -> ::String |
#engine_type ⇒ "microfocus", "bluage"
285 |
# File 'sig/client.rbs', line 285 def engine_type: () -> ("microfocus" | "bluage") |
#environment_id ⇒ ::String
286 |
# File 'sig/client.rbs', line 286 def environment_id: () -> ::String |
#kms_key_id ⇒ ::String
287 |
# File 'sig/client.rbs', line 287 def kms_key_id: () -> ::String |
#last_start_time ⇒ ::Time
288 |
# File 'sig/client.rbs', line 288 def last_start_time: () -> ::Time |
#latest_version ⇒ Types::ApplicationVersionSummary
289 |
# File 'sig/client.rbs', line 289 def latest_version: () -> Types::ApplicationVersionSummary |
#listener_arns ⇒ ::Array[::String]
290 |
# File 'sig/client.rbs', line 290 def listener_arns: () -> ::Array[::String] |
#listener_ports ⇒ ::Array[::Integer]
291 |
# File 'sig/client.rbs', line 291 def listener_ports: () -> ::Array[::Integer] |
#load_balancer_dns_name ⇒ ::String
292 |
# File 'sig/client.rbs', line 292 def load_balancer_dns_name: () -> ::String |
#log_groups ⇒ ::Array[Types::LogGroupSummary]
293 |
# File 'sig/client.rbs', line 293 def log_groups: () -> ::Array[Types::LogGroupSummary] |
#name ⇒ ::String
294 |
# File 'sig/client.rbs', line 294 def name: () -> ::String |
#role_arn ⇒ ::String
295 |
# File 'sig/client.rbs', line 295 def role_arn: () -> ::String |
#status ⇒ "Creating", ...
296 |
# File 'sig/client.rbs', line 296 def status: () -> ("Creating" | "Created" | "Available" | "Ready" | "Starting" | "Running" | "Stopping" | "Stopped" | "Failed" | "Deleting" | "Deleting From Environment") |
#status_reason ⇒ ::String
297 |
# File 'sig/client.rbs', line 297 def status_reason: () -> ::String |
#tags ⇒ ::Hash[::String, ::String]
298 |
# File 'sig/client.rbs', line 298 def tags: () -> ::Hash[::String, ::String] |
#target_group_arns ⇒ ::Array[::String]
299 |
# File 'sig/client.rbs', line 299 def target_group_arns: () -> ::Array[::String] |