Class: Aws::ElasticBeanstalk::Types::DescribeConfigurationOptionsMessage

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

Overview

Result message containing a list of application version descriptions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_nameString

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.

Returns:

  • (String)


1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 1648

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

#environment_nameString

The name of the environment whose configuration options you want to describe.

Returns:

  • (String)


1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 1648

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

#optionsArray<Types::OptionSpecification>

If specified, restricts the descriptions to only the specified options.

Returns:



1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 1648

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

#platform_arnString

The ARN of the custom platform.

Returns:

  • (String)


1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 1648

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

#solution_stack_nameString

The name of the solution stack whose configuration options you want to describe.

Returns:

  • (String)


1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 1648

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

#template_nameString

The name of the configuration template whose configuration options you want to describe.

Returns:

  • (String)


1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 1648

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