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)


1774
1775
1776
1777
1778
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 1774

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