Class: Aws::ElasticBeanstalk::Types::SolutionStackDescription

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#permitted_file_typesArray<String>

The permitted file types allowed for a solution stack.

Returns:

  • (Array<String>)


3946
3947
3948
3949
3950
3951
# File 'gems/aws-sdk-elasticbeanstalk/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_nameString

The name of the solution stack.

Returns:

  • (String)


3946
3947
3948
3949
3950
3951
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 3946

class SolutionStackDescription < Struct.new(
  :solution_stack_name,
  :permitted_file_types)
  SENSITIVE = []
  include Aws::Structure
end