Class: Aws::Types::DeleteRecommenderRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteRecommenderRequest
- 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.
741 742 743 |
# File 'sig/types.rbs', line 741 def domain_name @domain_name end |
#recommender_name ⇒ ::String
Returns the value of attribute recommender_name.
742 743 744 |
# File 'sig/types.rbs', line 742 def recommender_name @recommender_name end |