Class: Aws::Types::Recommendation
- Inherits:
-
Object
- Object
- Aws::Types::Recommendation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_date ⇒ ::String
Returns the value of attribute created_date.
-
#data ⇒ Types::RecommendationData
Returns the value of attribute data.
-
#database_id ⇒ ::String
Returns the value of attribute database_id.
-
#engine_name ⇒ ::String
Returns the value of attribute engine_name.
-
#preferred ⇒ Boolean
Returns the value of attribute preferred.
-
#settings ⇒ Types::RecommendationSettings
Returns the value of attribute settings.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#created_date ⇒ ::String
Returns the value of attribute created_date.
2337 2338 2339 |
# File 'sig/types.rbs', line 2337 def created_date @created_date end |
#data ⇒ Types::RecommendationData
Returns the value of attribute data.
2341 2342 2343 |
# File 'sig/types.rbs', line 2341 def data @data end |
#database_id ⇒ ::String
Returns the value of attribute database_id.
2335 2336 2337 |
# File 'sig/types.rbs', line 2335 def database_id @database_id end |
#engine_name ⇒ ::String
Returns the value of attribute engine_name.
2336 2337 2338 |
# File 'sig/types.rbs', line 2336 def engine_name @engine_name end |
#preferred ⇒ Boolean
Returns the value of attribute preferred.
2339 2340 2341 |
# File 'sig/types.rbs', line 2339 def preferred @preferred end |
#settings ⇒ Types::RecommendationSettings
Returns the value of attribute settings.
2340 2341 2342 |
# File 'sig/types.rbs', line 2340 def settings @settings end |
#status ⇒ ::String
Returns the value of attribute status.
2338 2339 2340 |
# File 'sig/types.rbs', line 2338 def status @status end |