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"
Returns the value of attribute type.
Instance Attribute Details
#data ⇒ Types::RecommendationTriggerData
Returns the value of attribute data.
774 775 776 |
# File 'sig/types.rbs', line 774 def data @data end |
#id ⇒ ::String
Returns the value of attribute id.
775 776 777 |
# File 'sig/types.rbs', line 775 def id @id end |
#recommendation_ids ⇒ ::Array[::String]
Returns the value of attribute recommendation_ids.
776 777 778 |
# File 'sig/types.rbs', line 776 def recommendation_ids @recommendation_ids end |
#source ⇒ "ISSUE_DETECTION", ...
Returns the value of attribute source.
777 778 779 |
# File 'sig/types.rbs', line 777 def source @source end |
#type ⇒ "QUERY"
Returns the value of attribute type.
778 779 780 |
# File 'sig/types.rbs', line 778 def type @type end |