Class: Aws::Types::RecommendationTrigger
- Inherits:
-
Object
- Object
- Aws::Types::RecommendationTrigger
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data ⇒ Types::RecommendationTriggerData
Returns the value of attribute data.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#recommendation_ids ⇒ ::Array[::String]
Returns the value of attribute recommendation_ids.
-
#source ⇒ "ISSUE_DETECTION", ...
Returns the value of attribute source.
-
#type ⇒ "QUERY", "GENERATIVE"
Returns the value of attribute type.
Instance Attribute Details
#data ⇒ Types::RecommendationTriggerData
Returns the value of attribute data.
2490 2491 2492 |
# File 'sig/types.rbs', line 2490 def data @data end |
#id ⇒ ::String
Returns the value of attribute id.
2487 2488 2489 |
# File 'sig/types.rbs', line 2487 def id @id end |
#recommendation_ids ⇒ ::Array[::String]
Returns the value of attribute recommendation_ids.
2491 2492 2493 |
# File 'sig/types.rbs', line 2491 def recommendation_ids @recommendation_ids end |
#source ⇒ "ISSUE_DETECTION", ...
Returns the value of attribute source.
2489 2490 2491 |
# File 'sig/types.rbs', line 2489 def source @source end |
#type ⇒ "QUERY", "GENERATIVE"
Returns the value of attribute type.
2488 2489 2490 |
# File 'sig/types.rbs', line 2488 def type @type end |