Class: Aws::Types::StopRecommenderRequest
- Inherits:
-
Object
- Object
- Aws::Types::StopRecommenderRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#recommender_name ⇒ ::String
Returns the value of attribute recommender_name.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
2725 2726 2727 |
# File 'sig/types.rbs', line 2725 def domain_name @domain_name end |
#recommender_name ⇒ ::String
Returns the value of attribute recommender_name.
2726 2727 2728 |
# File 'sig/types.rbs', line 2726 def recommender_name @recommender_name end |