Class: Aws::Types::SolutionStackDescription
- Inherits:
-
Object
- Object
- Aws::Types::SolutionStackDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#permitted_file_types ⇒ ::Array[::String]
Returns the value of attribute permitted_file_types.
-
#solution_stack_name ⇒ ::String
Returns the value of attribute solution_stack_name.
Instance Attribute Details
#permitted_file_types ⇒ ::Array[::String]
Returns the value of attribute permitted_file_types.
937 938 939 |
# File 'sig/types.rbs', line 937 def permitted_file_types @permitted_file_types end |
#solution_stack_name ⇒ ::String
Returns the value of attribute solution_stack_name.
936 937 938 |
# File 'sig/types.rbs', line 936 def solution_stack_name @solution_stack_name end |