class Aws::ElasticBeanstalk::Types::DescribeConfigurationSettingsMessage

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

@note When making an API call, you may pass DescribeConfigurationSettingsMessage

data as a hash:

    {
      application_name: "ApplicationName", # required
      template_name: "ConfigurationTemplateName",
      environment_name: "EnvironmentName",
    }

@!attribute [rw] application_name

The application for the environment or configuration template.
@return [String]

@!attribute [rw] template_name

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.
@return [String]

@!attribute [rw] environment_name

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.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribeConfigurationSettingsMessage AWS API Documentation

Constants

SENSITIVE