Class: Aws::Types::EnvironmentDescription
- Inherits:
-
Object
- Object
- Aws::Types::EnvironmentDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#abortable_operation_in_progress ⇒ Boolean
Returns the value of attribute abortable_operation_in_progress.
-
#application_name ⇒ ::String
Returns the value of attribute application_name.
-
#cname ⇒ ::String
Returns the value of attribute cname.
-
#date_created ⇒ ::Time
Returns the value of attribute date_created.
-
#date_updated ⇒ ::Time
Returns the value of attribute date_updated.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#endpoint_url ⇒ ::String
Returns the value of attribute endpoint_url.
-
#environment_arn ⇒ ::String
Returns the value of attribute environment_arn.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#environment_links ⇒ ::Array[Types::EnvironmentLink]
Returns the value of attribute environment_links.
-
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
-
#health ⇒ "Green", ...
Returns the value of attribute health.
-
#health_status ⇒ "NoData", ...
Returns the value of attribute health_status.
-
#operations_role ⇒ ::String
Returns the value of attribute operations_role.
-
#platform_arn ⇒ ::String
Returns the value of attribute platform_arn.
-
#resources ⇒ Types::EnvironmentResourcesDescription
Returns the value of attribute resources.
-
#solution_stack_name ⇒ ::String
Returns the value of attribute solution_stack_name.
-
#status ⇒ "Aborting", ...
Returns the value of attribute status.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
-
#tier ⇒ Types::EnvironmentTier
Returns the value of attribute tier.
-
#version_label ⇒ ::String
Returns the value of attribute version_label.
Instance Attribute Details
#abortable_operation_in_progress ⇒ Boolean
Returns the value of attribute abortable_operation_in_progress.
511 512 513 |
# File 'sig/types.rbs', line 511 def abortable_operation_in_progress @abortable_operation_in_progress end |
#application_name ⇒ ::String
Returns the value of attribute application_name.
500 501 502 |
# File 'sig/types.rbs', line 500 def application_name @application_name end |
#cname ⇒ ::String
Returns the value of attribute cname.
507 508 509 |
# File 'sig/types.rbs', line 507 def cname @cname end |
#date_created ⇒ ::Time
Returns the value of attribute date_created.
508 509 510 |
# File 'sig/types.rbs', line 508 def date_created @date_created end |
#date_updated ⇒ ::Time
Returns the value of attribute date_updated.
509 510 511 |
# File 'sig/types.rbs', line 509 def date_updated @date_updated end |
#description ⇒ ::String
Returns the value of attribute description.
505 506 507 |
# File 'sig/types.rbs', line 505 def description @description end |
#endpoint_url ⇒ ::String
Returns the value of attribute endpoint_url.
506 507 508 |
# File 'sig/types.rbs', line 506 def endpoint_url @endpoint_url end |
#environment_arn ⇒ ::String
Returns the value of attribute environment_arn.
517 518 519 |
# File 'sig/types.rbs', line 517 def environment_arn @environment_arn end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
499 500 501 |
# File 'sig/types.rbs', line 499 def environment_id @environment_id end |
#environment_links ⇒ ::Array[Types::EnvironmentLink]
Returns the value of attribute environment_links.
516 517 518 |
# File 'sig/types.rbs', line 516 def environment_links @environment_links end |
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
498 499 500 |
# File 'sig/types.rbs', line 498 def environment_name @environment_name end |
#health ⇒ "Green", ...
Returns the value of attribute health.
512 513 514 |
# File 'sig/types.rbs', line 512 def health @health end |
#health_status ⇒ "NoData", ...
Returns the value of attribute health_status.
513 514 515 |
# File 'sig/types.rbs', line 513 def health_status @health_status end |
#operations_role ⇒ ::String
Returns the value of attribute operations_role.
518 519 520 |
# File 'sig/types.rbs', line 518 def operations_role @operations_role end |
#platform_arn ⇒ ::String
Returns the value of attribute platform_arn.
503 504 505 |
# File 'sig/types.rbs', line 503 def platform_arn @platform_arn end |
#resources ⇒ Types::EnvironmentResourcesDescription
Returns the value of attribute resources.
514 515 516 |
# File 'sig/types.rbs', line 514 def resources @resources end |
#solution_stack_name ⇒ ::String
Returns the value of attribute solution_stack_name.
502 503 504 |
# File 'sig/types.rbs', line 502 def solution_stack_name @solution_stack_name end |
#status ⇒ "Aborting", ...
Returns the value of attribute status.
510 511 512 |
# File 'sig/types.rbs', line 510 def status @status end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
504 505 506 |
# File 'sig/types.rbs', line 504 def template_name @template_name end |
#tier ⇒ Types::EnvironmentTier
Returns the value of attribute tier.
515 516 517 |
# File 'sig/types.rbs', line 515 def tier @tier end |
#version_label ⇒ ::String
Returns the value of attribute version_label.
501 502 503 |
# File 'sig/types.rbs', line 501 def version_label @version_label end |