Class: Aws::Types::StartRecommendationsRequestEntry
- Inherits:
-
Object
- Object
- Aws::Types::StartRecommendationsRequestEntry
- 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.
2921 2922 2923 |
# File 'sig/types.rbs', line 2921 def database_id @database_id end |
#settings ⇒ Types::RecommendationSettings
Returns the value of attribute settings.
2922 2923 2924 |
# File 'sig/types.rbs', line 2922 def settings @settings end |