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

#dataTypes::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.

Returns:

  • (::String)


2487
2488
2489
# File 'sig/types.rbs', line 2487

def id
  @id
end

#recommendation_ids::Array[::String]

Returns the value of attribute recommendation_ids.

Returns:

  • (::Array[::String])


2491
2492
2493
# File 'sig/types.rbs', line 2491

def recommendation_ids
  @recommendation_ids
end

#source"ISSUE_DETECTION", ...

Returns the value of attribute source.

Returns:

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


2489
2490
2491
# File 'sig/types.rbs', line 2489

def source
  @source
end

#type"QUERY", "GENERATIVE"

Returns the value of attribute type.

Returns:

  • ("QUERY", "GENERATIVE")


2488
2489
2490
# File 'sig/types.rbs', line 2488

def type
  @type
end