Class: Aws::ElasticBeanstalk::Types::DescribeConfigurationSettingsMessage

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticbeanstalk/types.rb

Overview

Result message containing all of the configuration settings for a specified solution stack or configuration template.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_nameString

The application for the environment or configuration template.

Returns:

  • (String)


1687
1688
1689
1690
1691
1692
1693
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 1687

class DescribeConfigurationSettingsMessage < Struct.new(
  :application_name,
  :template_name,
  :environment_name)
  SENSITIVE = []
  include Aws::Structure
end

#environment_nameString

The name of the environment to describe.

Condition: You must specify either this or a TemplateName, but not both. If you specify both, AWS Elastic Beanstalk returns an ‘InvalidParameterCombination` error. If you do not specify either, AWS Elastic Beanstalk returns `MissingRequiredParameter` error.

Returns:

  • (String)


1687
1688
1689
1690
1691
1692
1693
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 1687

class DescribeConfigurationSettingsMessage < Struct.new(
  :application_name,
  :template_name,
  :environment_name)
  SENSITIVE = []
  include Aws::Structure
end

#template_nameString

The name of the configuration template to describe.

Conditional: You must specify either this parameter or an EnvironmentName, but not both. If you specify both, AWS Elastic Beanstalk returns an ‘InvalidParameterCombination` error. If you do not specify either, AWS Elastic Beanstalk returns a `MissingRequiredParameter` error.

Returns:

  • (String)


1687
1688
1689
1690
1691
1692
1693
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 1687

class DescribeConfigurationSettingsMessage < Struct.new(
  :application_name,
  :template_name,
  :environment_name)
  SENSITIVE = []
  include Aws::Structure
end