Class: Aws::Types::RecommenderConfig
- Inherits:
-
Object
- Object
- Aws::Types::RecommenderConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#context ⇒ ::Hash[::String, ::String]
Returns the value of attribute context.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#recommender_name ⇒ ::String
Returns the value of attribute recommender_name.
Instance Attribute Details
#context ⇒ ::Hash[::String, ::String]
Returns the value of attribute context.
6501 6502 6503 |
# File 'sig/types.rbs', line 6501 def context @context end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
6499 6500 6501 |
# File 'sig/types.rbs', line 6499 def domain_name @domain_name end |
#recommender_name ⇒ ::String
Returns the value of attribute recommender_name.
6500 6501 6502 |
# File 'sig/types.rbs', line 6500 def recommender_name @recommender_name end |