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
740 |
# File 'sig/client.rbs', line 740
def application_name: () -> ::String
|
#date_created ⇒ ::Time
745 |
# File 'sig/client.rbs', line 745
def date_created: () -> ::Time
|
#date_updated ⇒ ::Time
746 |
# File 'sig/client.rbs', line 746
def date_updated: () -> ::Time
|
#deployment_status ⇒ "deployed", ...
744 |
# File 'sig/client.rbs', line 744
def deployment_status: () -> ("deployed" | "pending" | "failed")
|
#description ⇒ ::String
742 |
# File 'sig/client.rbs', line 742
def description: () -> ::String
|
#environment_name ⇒ ::String
743 |
# File 'sig/client.rbs', line 743
def environment_name: () -> ::String
|
#option_settings ⇒ ::Array[Types::ConfigurationOptionSetting]
747 |
# File 'sig/client.rbs', line 747
def option_settings: () -> ::Array[Types::ConfigurationOptionSetting]
|
#platform_arn ⇒ ::String
739 |
# File 'sig/client.rbs', line 739
def platform_arn: () -> ::String
|
#solution_stack_name ⇒ ::String
738 |
# File 'sig/client.rbs', line 738
def solution_stack_name: () -> ::String
|
#template_name ⇒ ::String
741 |
# File 'sig/client.rbs', line 741
def template_name: () -> ::String
|