You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ElasticBeanstalk::Types::ConfigurationOptionsDescription
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ElasticBeanstalk::Types::ConfigurationOptionsDescription
 
 
- Defined in:
 - (unknown)
 
Overview
Describes the settings for a specified configuration set.
Returned by:
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.
#platform_arn ⇒ String
The ARN of the platform version.
#solution_stack_name ⇒ String
The name of the solution stack these configuration options belong to.