Class: Aws::Personalize::Types::UpdateSolutionResponse

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 same solution Amazon Resource Name (ARN) as given in the request.

Returns:

  • (String)


6129
6130
6131
6132
6133
# File 'lib/aws-sdk-personalize/types.rb', line 6129

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