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

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_arnString

The ARN of the solution.

Returns:

  • (String)


1757
1758
1759
1760
1761
# File 'lib/aws-sdk-personalize/types.rb', line 1757

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