Class: Aws::ElasticBeanstalk::Types::SolutionStackDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::SolutionStackDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticbeanstalk/types.rb
Overview
Describes the solution stack.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#permitted_file_types ⇒ Array<String>
The permitted file types allowed for a solution stack.
-
#solution_stack_name ⇒ String
The name of the solution stack.
Instance Attribute Details
#permitted_file_types ⇒ Array<String>
The permitted file types allowed for a solution stack.
3946 3947 3948 3949 3950 3951 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 3946 class SolutionStackDescription < Struct.new( :solution_stack_name, :permitted_file_types) SENSITIVE = [] include Aws::Structure end |
#solution_stack_name ⇒ String
The name of the solution stack.
3946 3947 3948 3949 3950 3951 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 3946 class SolutionStackDescription < Struct.new( :solution_stack_name, :permitted_file_types) SENSITIVE = [] include Aws::Structure end |