Class: Aws::Personalize::Types::StartRecommenderResponse

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

#recommender_arnString

The Amazon Resource Name (ARN) of the recommender you started.

Returns:

  • (String)


5260
5261
5262
5263
5264
# File 'lib/aws-sdk-personalize/types.rb', line 5260

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