Class: Aws::Personalize::Types::StartRecommenderResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::StartRecommenderResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#recommender_arn ⇒ String
The Amazon Resource Name (ARN) of the recommender you started.
Instance Attribute Details
#recommender_arn ⇒ String
The Amazon Resource Name (ARN) of the recommender you started.
5723 5724 5725 5726 5727 |
# File 'lib/aws-sdk-personalize/types.rb', line 5723 class StartRecommenderResponse < Struct.new( :recommender_arn) SENSITIVE = [] include Aws::Structure end |