Class: Aws::ElasticBeanstalk::Types::DescribeConfigurationOptionsMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::DescribeConfigurationOptionsMessage
- Defined in:
- gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb
Overview
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",
},
],
}
Result message containing a list of application version descriptions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_name ⇒ String
The name of the application associated with the configuration template or environment.
-
#environment_name ⇒ String
The name of the environment whose configuration options you want to describe.
-
#options ⇒ Array<Types::OptionSpecification>
If specified, restricts the descriptions to only the specified options.
-
#platform_arn ⇒ String
The ARN of the custom platform.
-
#solution_stack_name ⇒ String
The name of the solution stack whose configuration options you want to describe.
-
#template_name ⇒ String
The name of the configuration template whose configuration options you want to describe.
Instance Attribute Details
#application_name ⇒ String
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.
1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 |
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 1981 class DescribeConfigurationOptionsMessage < Struct.new( :application_name, :template_name, :environment_name, :solution_stack_name, :platform_arn, :options) SENSITIVE = [] include Aws::Structure end |
#environment_name ⇒ String
The name of the environment whose configuration options you want to describe.
1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 |
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 1981 class DescribeConfigurationOptionsMessage < Struct.new( :application_name, :template_name, :environment_name, :solution_stack_name, :platform_arn, :options) SENSITIVE = [] include Aws::Structure end |
#options ⇒ Array<Types::OptionSpecification>
If specified, restricts the descriptions to only the specified options.
1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 |
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 1981 class DescribeConfigurationOptionsMessage < Struct.new( :application_name, :template_name, :environment_name, :solution_stack_name, :platform_arn, :options) SENSITIVE = [] include Aws::Structure end |
#platform_arn ⇒ String
The ARN of the custom platform.
1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 |
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 1981 class DescribeConfigurationOptionsMessage < Struct.new( :application_name, :template_name, :environment_name, :solution_stack_name, :platform_arn, :options) SENSITIVE = [] include Aws::Structure end |
#solution_stack_name ⇒ String
The name of the solution stack whose configuration options you want to describe.
1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 |
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 1981 class DescribeConfigurationOptionsMessage < Struct.new( :application_name, :template_name, :environment_name, :solution_stack_name, :platform_arn, :options) SENSITIVE = [] include Aws::Structure end |
#template_name ⇒ String
The name of the configuration template whose configuration options you want to describe.
1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 |
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 1981 class DescribeConfigurationOptionsMessage < Struct.new( :application_name, :template_name, :environment_name, :solution_stack_name, :platform_arn, :options) SENSITIVE = [] include Aws::Structure end |