Class: Aws::ElasticBeanstalk::Types::UpdateConfigurationTemplateMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::UpdateConfigurationTemplateMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticbeanstalk/types.rb
Overview
The result message containing the options for the specified solution stack.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_name ⇒ String
The name of the application associated with the configuration template to update.
-
#description ⇒ String
A new description for the configuration.
-
#option_settings ⇒ Array<Types::ConfigurationOptionSetting>
A list of configuration option settings to update with the new specified option value.
-
#options_to_remove ⇒ Array<Types::OptionSpecification>
A list of configuration options to remove from the configuration set.
-
#template_name ⇒ String
The name of the configuration template to update.
Instance Attribute Details
#application_name ⇒ String
The name of the application associated with the configuration template to update.
If no application is found with this name, ‘UpdateConfigurationTemplate` returns an `InvalidParameterValue` error.
4377 4378 4379 4380 4381 4382 4383 4384 4385 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 4377 class UpdateConfigurationTemplateMessage < Struct.new( :application_name, :template_name, :description, :option_settings, :options_to_remove) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A new description for the configuration.
4377 4378 4379 4380 4381 4382 4383 4384 4385 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 4377 class UpdateConfigurationTemplateMessage < Struct.new( :application_name, :template_name, :description, :option_settings, :options_to_remove) SENSITIVE = [] include Aws::Structure end |
#option_settings ⇒ Array<Types::ConfigurationOptionSetting>
A list of configuration option settings to update with the new specified option value.
4377 4378 4379 4380 4381 4382 4383 4384 4385 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 4377 class UpdateConfigurationTemplateMessage < Struct.new( :application_name, :template_name, :description, :option_settings, :options_to_remove) SENSITIVE = [] include Aws::Structure end |
#options_to_remove ⇒ Array<Types::OptionSpecification>
A list of configuration options to remove from the configuration set.
Constraint: You can remove only ‘UserDefined` configuration options.
4377 4378 4379 4380 4381 4382 4383 4384 4385 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 4377 class UpdateConfigurationTemplateMessage < Struct.new( :application_name, :template_name, :description, :option_settings, :options_to_remove) SENSITIVE = [] include Aws::Structure end |
#template_name ⇒ String
The name of the configuration template to update.
If no configuration template is found with this name, ‘UpdateConfigurationTemplate` returns an `InvalidParameterValue` error.
4377 4378 4379 4380 4381 4382 4383 4384 4385 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 4377 class UpdateConfigurationTemplateMessage < Struct.new( :application_name, :template_name, :description, :option_settings, :options_to_remove) SENSITIVE = [] include Aws::Structure end |