Class: Aws::Personalize::Types::DescribeSolutionVersionResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-personalize/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#solution_versionTypes::SolutionVersion

The solution version.



3054
3055
3056
3057
3058
# File 'lib/aws-sdk-personalize/types.rb', line 3054

class DescribeSolutionVersionResponse < Struct.new(
  :solution_version)
  SENSITIVE = []
  include Aws::Structure
end