Class: Aws::Personalize::Types::CreateSolutionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::CreateSolutionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#solution_arn ⇒ String
The ARN of the solution.
Instance Attribute Details
#solution_arn ⇒ String
The ARN of the solution.
1757 1758 1759 1760 1761 |
# File 'lib/aws-sdk-personalize/types.rb', line 1757 class CreateSolutionResponse < Struct.new( :solution_arn) SENSITIVE = [] include Aws::Structure end |