Class: Aws::Personalize::Types::CreateSolutionVersionResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#solution_version_arnString

The ARN of the new solution version.

Returns:

  • (String)


1690
1691
1692
1693
1694
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 1690

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