Class: Aws::Personalize::Types::CreateSolutionResponse

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_arnString

The ARN of the solution.

Returns:

  • (String)


1622
1623
1624
1625
1626
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 1622

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