Class: Aws::Personalize::Types::DescribeSolutionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::DescribeSolutionResponse
- Includes:
- Structure
- Defined in:
- 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.
3352 3353 3354 3355 3356 |
# File 'lib/aws-sdk-personalize/types.rb', line 3352 class DescribeSolutionResponse < Struct.new( :solution) SENSITIVE = [] include Aws::Structure end |