Class: Aws::Types::StartRecommendationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartRecommendationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#database_id ⇒ ::String
Returns the value of attribute database_id.
-
#settings ⇒ Types::RecommendationSettings
Returns the value of attribute settings.
Instance Attribute Details
#database_id ⇒ ::String
Returns the value of attribute database_id.
2915 2916 2917 |
# File 'sig/types.rbs', line 2915 def database_id @database_id end |
#settings ⇒ Types::RecommendationSettings
Returns the value of attribute settings.
2916 2917 2918 |
# File 'sig/types.rbs', line 2916 def settings @settings end |