Class: Aws::Types::GetApplicationResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetApplicationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#deployed_version ⇒ Types::DeployedVersionSummary
Returns the value of attribute deployed_version.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#engine_type ⇒ "microfocus", "bluage"
Returns the value of attribute engine_type.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#last_start_time ⇒ ::Time
Returns the value of attribute last_start_time.
-
#latest_version ⇒ Types::ApplicationVersionSummary
Returns the value of attribute latest_version.
-
#listener_arns ⇒ ::Array[::String]
Returns the value of attribute listener_arns.
-
#listener_ports ⇒ ::Array[::Integer]
Returns the value of attribute listener_ports.
-
#load_balancer_dns_name ⇒ ::String
Returns the value of attribute load_balancer_dns_name.
-
#log_groups ⇒ ::Array[Types::LogGroupSummary]
Returns the value of attribute log_groups.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#status ⇒ "Creating", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#target_group_arns ⇒ ::Array[::String]
Returns the value of attribute target_group_arns.
Instance Attribute Details
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
462 463 464 |
# File 'sig/types.rbs', line 462 def application_arn @application_arn end |
#application_id ⇒ ::String
Returns the value of attribute application_id.
463 464 465 |
# File 'sig/types.rbs', line 463 def application_id @application_id end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
464 465 466 |
# File 'sig/types.rbs', line 464 def creation_time @creation_time end |
#deployed_version ⇒ Types::DeployedVersionSummary
Returns the value of attribute deployed_version.
465 466 467 |
# File 'sig/types.rbs', line 465 def deployed_version @deployed_version end |
#description ⇒ ::String
Returns the value of attribute description.
466 467 468 |
# File 'sig/types.rbs', line 466 def description @description end |
#engine_type ⇒ "microfocus", "bluage"
Returns the value of attribute engine_type.
467 468 469 |
# File 'sig/types.rbs', line 467 def engine_type @engine_type end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
468 469 470 |
# File 'sig/types.rbs', line 468 def environment_id @environment_id end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
469 470 471 |
# File 'sig/types.rbs', line 469 def kms_key_id @kms_key_id end |
#last_start_time ⇒ ::Time
Returns the value of attribute last_start_time.
470 471 472 |
# File 'sig/types.rbs', line 470 def last_start_time @last_start_time end |
#latest_version ⇒ Types::ApplicationVersionSummary
Returns the value of attribute latest_version.
471 472 473 |
# File 'sig/types.rbs', line 471 def latest_version @latest_version end |
#listener_arns ⇒ ::Array[::String]
Returns the value of attribute listener_arns.
472 473 474 |
# File 'sig/types.rbs', line 472 def listener_arns @listener_arns end |
#listener_ports ⇒ ::Array[::Integer]
Returns the value of attribute listener_ports.
473 474 475 |
# File 'sig/types.rbs', line 473 def listener_ports @listener_ports end |
#load_balancer_dns_name ⇒ ::String
Returns the value of attribute load_balancer_dns_name.
474 475 476 |
# File 'sig/types.rbs', line 474 def load_balancer_dns_name @load_balancer_dns_name end |
#log_groups ⇒ ::Array[Types::LogGroupSummary]
Returns the value of attribute log_groups.
475 476 477 |
# File 'sig/types.rbs', line 475 def log_groups @log_groups end |
#name ⇒ ::String
Returns the value of attribute name.
476 477 478 |
# File 'sig/types.rbs', line 476 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
477 478 479 |
# File 'sig/types.rbs', line 477 def role_arn @role_arn end |
#status ⇒ "Creating", ...
Returns the value of attribute status.
478 479 480 |
# File 'sig/types.rbs', line 478 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
479 480 481 |
# File 'sig/types.rbs', line 479 def status_reason @status_reason end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
480 481 482 |
# File 'sig/types.rbs', line 480 def @tags end |
#target_group_arns ⇒ ::Array[::String]
Returns the value of attribute target_group_arns.
481 482 483 |
# File 'sig/types.rbs', line 481 def target_group_arns @target_group_arns end |