Module: Aws::ElasticBeanstalk::Client::_UpdateConfigurationTemplateResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ConfigurationSettingsDescription]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #application_name ⇒ ::String
- #date_created ⇒ ::Time
- #date_updated ⇒ ::Time
- #deployment_status ⇒ "deployed", ...
- #description ⇒ ::String
- #environment_name ⇒ ::String
- #option_settings ⇒ ::Array[Types::ConfigurationOptionSetting]
- #platform_arn ⇒ ::String
- #solution_stack_name ⇒ ::String
- #template_name ⇒ ::String
Instance Method Details
#application_name ⇒ ::String
754 |
# File 'sig/client.rbs', line 754 def application_name: () -> ::String |
#date_created ⇒ ::Time
759 |
# File 'sig/client.rbs', line 759 def date_created: () -> ::Time |
#date_updated ⇒ ::Time
760 |
# File 'sig/client.rbs', line 760 def date_updated: () -> ::Time |
#deployment_status ⇒ "deployed", ...
758 |
# File 'sig/client.rbs', line 758 def deployment_status: () -> ("deployed" | "pending" | "failed") |
#description ⇒ ::String
756 |
# File 'sig/client.rbs', line 756 def description: () -> ::String |
#environment_name ⇒ ::String
757 |
# File 'sig/client.rbs', line 757 def environment_name: () -> ::String |
#option_settings ⇒ ::Array[Types::ConfigurationOptionSetting]
761 |
# File 'sig/client.rbs', line 761 def option_settings: () -> ::Array[Types::ConfigurationOptionSetting] |
#platform_arn ⇒ ::String
753 |
# File 'sig/client.rbs', line 753 def platform_arn: () -> ::String |
#solution_stack_name ⇒ ::String
752 |
# File 'sig/client.rbs', line 752 def solution_stack_name: () -> ::String |
#template_name ⇒ ::String
755 |
# File 'sig/client.rbs', line 755 def template_name: () -> ::String |