class Aws::ElasticBeanstalk::Types::DescribeConfigurationOptionsMessage

Result message containing a list of application version descriptions.

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

data as a hash:

    {
      application_name: "ApplicationName",
      template_name: "ConfigurationTemplateName",
      environment_name: "EnvironmentName",
      solution_stack_name: "SolutionStackName",
      platform_arn: "PlatformArn",
      options: [
        {
          resource_name: "ResourceName",
          namespace: "OptionNamespace",
          option_name: "ConfigurationOptionName",
        },
      ],
    }

@!attribute [rw] application_name

The name of the application associated with the configuration
template or environment. Only needed if you want to describe the
configuration options associated with either the configuration
template or environment.
@return [String]

@!attribute [rw] template_name

The name of the configuration template whose configuration options
you want to describe.
@return [String]

@!attribute [rw] environment_name

The name of the environment whose configuration options you want to
describe.
@return [String]

@!attribute [rw] solution_stack_name

The name of the solution stack whose configuration options you want
to describe.
@return [String]

@!attribute [rw] platform_arn

The ARN of the custom platform.
@return [String]

@!attribute [rw] options

If specified, restricts the descriptions to only the specified
options.
@return [Array<Types::OptionSpecification>]

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

Constants

SENSITIVE