Class: Aws::Personalize::Types::DescribeSolutionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::DescribeSolutionResponse
- Defined in:
- gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#solution ⇒ Types::Solution
An object that describes the solution.
Instance Attribute Details
#solution ⇒ Types::Solution
An object that describes the solution.
3030 3031 3032 3033 3034 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3030 class DescribeSolutionResponse < Struct.new( :solution) SENSITIVE = [] include Aws::Structure end |