Class: Aws::ElasticBeanstalk::Types::ConfigurationOptionsDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::ConfigurationOptionsDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticbeanstalk/types.rb
Overview
Describes the settings for a specified configuration set.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#options ⇒ Array<Types::ConfigurationOptionDescription>
A list of ConfigurationOptionDescription.
-
#platform_arn ⇒ String
The ARN of the platform version.
-
#solution_stack_name ⇒ String
The name of the solution stack these configuration options belong to.
Instance Attribute Details
#options ⇒ Array<Types::ConfigurationOptionDescription>
A list of ConfigurationOptionDescription.
808 809 810 811 812 813 814 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 808 class ConfigurationOptionsDescription < Struct.new( :solution_stack_name, :platform_arn, :options) SENSITIVE = [] include Aws::Structure end |
#platform_arn ⇒ String
The ARN of the platform version.
808 809 810 811 812 813 814 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 808 class ConfigurationOptionsDescription < Struct.new( :solution_stack_name, :platform_arn, :options) SENSITIVE = [] include Aws::Structure end |
#solution_stack_name ⇒ String
The name of the solution stack these configuration options belong to.
808 809 810 811 812 813 814 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 808 class ConfigurationOptionsDescription < Struct.new( :solution_stack_name, :platform_arn, :options) SENSITIVE = [] include Aws::Structure end |