Class: Aws::ElasticBeanstalk::Types::UpdateConfigurationTemplateMessage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticbeanstalk/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

Instance Attribute Details

#application_nameString

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.

Returns:

  • (String)


4377
4378
4379
4380
4381
4382
4383
4384
4385
# File 'gems/aws-sdk-elasticbeanstalk/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

#descriptionString

A new description for the configuration.

Returns:

  • (String)


4377
4378
4379
4380
4381
4382
4383
4384
4385
# File 'gems/aws-sdk-elasticbeanstalk/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_settingsArray<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 'gems/aws-sdk-elasticbeanstalk/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_removeArray<Types::OptionSpecification>

A list of configuration options to remove from the configuration set.

Constraint: You can remove only UserDefined configuration options.

Returns:



4377
4378
4379
4380
4381
4382
4383
4384
4385
# File 'gems/aws-sdk-elasticbeanstalk/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_nameString

The name of the configuration template to update.

If no configuration template is found with this name, UpdateConfigurationTemplate returns an InvalidParameterValue error.

Returns:

  • (String)


4377
4378
4379
4380
4381
4382
4383
4384
4385
# File 'gems/aws-sdk-elasticbeanstalk/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