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

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_version_arnString

The ARN of the new solution version.

Returns:

  • (String)


1681
1682
1683
1684
1685
# File 'lib/aws-sdk-personalize/types.rb', line 1681

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