Class: Aws::Types::AwsElasticBeanstalkEnvironmentDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsElasticBeanstalkEnvironmentDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_name ⇒ ::String
Returns the value of attribute application_name.
-
#cname ⇒ ::String
Returns the value of attribute cname.
-
#date_created ⇒ ::String
Returns the value of attribute date_created.
-
#date_updated ⇒ ::String
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::AwsElasticBeanstalkEnvironmentEnvironmentLink]
Returns the value of attribute environment_links.
-
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
-
#option_settings ⇒ ::Array[Types::AwsElasticBeanstalkEnvironmentOptionSetting]
Returns the value of attribute option_settings.
-
#platform_arn ⇒ ::String
Returns the value of attribute platform_arn.
-
#solution_stack_name ⇒ ::String
Returns the value of attribute solution_stack_name.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#tier ⇒ Types::AwsElasticBeanstalkEnvironmentTier
Returns the value of attribute tier.
-
#version_label ⇒ ::String
Returns the value of attribute version_label.
Instance Attribute Details
#application_name ⇒ ::String
Returns the value of attribute application_name.
2546 2547 2548 |
# File 'sig/types.rbs', line 2546 def application_name @application_name end |
#cname ⇒ ::String
Returns the value of attribute cname.
2547 2548 2549 |
# File 'sig/types.rbs', line 2547 def cname @cname end |
#date_created ⇒ ::String
Returns the value of attribute date_created.
2548 2549 2550 |
# File 'sig/types.rbs', line 2548 def date_created @date_created end |
#date_updated ⇒ ::String
Returns the value of attribute date_updated.
2549 2550 2551 |
# File 'sig/types.rbs', line 2549 def date_updated @date_updated end |
#description ⇒ ::String
Returns the value of attribute description.
2550 2551 2552 |
# File 'sig/types.rbs', line 2550 def description @description end |
#endpoint_url ⇒ ::String
Returns the value of attribute endpoint_url.
2551 2552 2553 |
# File 'sig/types.rbs', line 2551 def endpoint_url @endpoint_url end |
#environment_arn ⇒ ::String
Returns the value of attribute environment_arn.
2552 2553 2554 |
# File 'sig/types.rbs', line 2552 def environment_arn @environment_arn end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
2553 2554 2555 |
# File 'sig/types.rbs', line 2553 def environment_id @environment_id end |
#environment_links ⇒ ::Array[Types::AwsElasticBeanstalkEnvironmentEnvironmentLink]
Returns the value of attribute environment_links.
2554 2555 2556 |
# File 'sig/types.rbs', line 2554 def environment_links @environment_links end |
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
2555 2556 2557 |
# File 'sig/types.rbs', line 2555 def environment_name @environment_name end |
#option_settings ⇒ ::Array[Types::AwsElasticBeanstalkEnvironmentOptionSetting]
Returns the value of attribute option_settings.
2556 2557 2558 |
# File 'sig/types.rbs', line 2556 def option_settings @option_settings end |
#platform_arn ⇒ ::String
Returns the value of attribute platform_arn.
2557 2558 2559 |
# File 'sig/types.rbs', line 2557 def platform_arn @platform_arn end |
#solution_stack_name ⇒ ::String
Returns the value of attribute solution_stack_name.
2558 2559 2560 |
# File 'sig/types.rbs', line 2558 def solution_stack_name @solution_stack_name end |
#status ⇒ ::String
Returns the value of attribute status.
2559 2560 2561 |
# File 'sig/types.rbs', line 2559 def status @status end |
#tier ⇒ Types::AwsElasticBeanstalkEnvironmentTier
Returns the value of attribute tier.
2560 2561 2562 |
# File 'sig/types.rbs', line 2560 def tier @tier end |
#version_label ⇒ ::String
Returns the value of attribute version_label.
2561 2562 2563 |
# File 'sig/types.rbs', line 2561 def version_label @version_label end |