Class: Aws::Personalize::Types::DescribeSolutionVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::DescribeSolutionVersionResponse
- Defined in:
- gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#solution_version ⇒ Types::SolutionVersion
The solution version.
Instance Attribute Details
#solution_version ⇒ Types::SolutionVersion
The solution version.
3376 3377 3378 3379 3380 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3376 class DescribeSolutionVersionResponse < Struct.new( :solution_version) SENSITIVE = [] include Aws::Structure end |