Class: Aws::ElasticBeanstalk::Types::SolutionStackDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::SolutionStackDescription
- Defined in:
- gems/aws-sdk-elasticbeanstalk/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.
4513 4514 4515 4516 4517 4518 |
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 4513 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.
4513 4514 4515 4516 4517 4518 |
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 4513 class SolutionStackDescription < Struct.new( :solution_stack_name, :permitted_file_types) SENSITIVE = [] include Aws::Structure end |