Class: Aws::Types::GetActionRecommendationsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_list ⇒ ::Array[Types::PredictedAction]

Returns the value of attribute action_list.

Returns:



21
22
23
# File 'sig/types.rbs', line 21

def action_list
  @action_list
end

#recommendation_id ⇒ ::String

Returns the value of attribute recommendation_id.

Returns:

  • (::String)


22
23
24
# File 'sig/types.rbs', line 22

def recommendation_id
  @recommendation_id
end