Class: Aws::Personalize::Types::StopRecommenderResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::StopRecommenderResponse
- 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 stopped.
Instance Attribute Details
#recommender_arn ⇒ String
The Amazon Resource Name (ARN) of the recommender you stopped.
5747 5748 5749 5750 5751 |
# File 'lib/aws-sdk-personalize/types.rb', line 5747 class StopRecommenderResponse < Struct.new( :recommender_arn) SENSITIVE = [] include Aws::Structure end |