Class: Aws::Types::RecommendationTrigger

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • (::String)


775
776
777
# File 'sig/types.rbs', line 775

def id
  @id
end

#recommendation_ids ⇒ ::Array[::String]

Returns the value of attribute recommendation_ids.

Returns:

  • (::Array[::String])


776
777
778
# File 'sig/types.rbs', line 776

def recommendation_ids
  @recommendation_ids
end

#source ⇒ "ISSUE_DETECTION", ...

Returns the value of attribute source.

Returns:

  • ("ISSUE_DETECTION", "RULE_EVALUATION", "OTHER")


777
778
779
# File 'sig/types.rbs', line 777

def source
  @source
end

#type ⇒ "QUERY"

Returns the value of attribute type.

Returns:

  • ("QUERY")


778
779
780
# File 'sig/types.rbs', line 778

def type
  @type
end