Class: Aws::Types::DeleteRecommenderSchemaRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteRecommenderSchemaRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#recommender_schema_name ⇒ ::String
Returns the value of attribute recommender_schema_name.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
750 751 752 |
# File 'sig/types.rbs', line 750 def domain_name @domain_name end |
#recommender_schema_name ⇒ ::String
Returns the value of attribute recommender_schema_name.
751 752 753 |
# File 'sig/types.rbs', line 751 def recommender_schema_name @recommender_schema_name end |