Class: Aws::Types::GetActionRecommendationsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#campaign_arn ⇒ ::String

Returns the value of attribute campaign_arn.

Returns:

  • (::String)


12
13
14
# File 'sig/types.rbs', line 12

def campaign_arn
  @campaign_arn
end

#filter_arn ⇒ ::String

Returns the value of attribute filter_arn.

Returns:

  • (::String)


15
16
17
# File 'sig/types.rbs', line 15

def filter_arn
  @filter_arn
end

#filter_values ⇒ ::Hash[::String, ::String]

Returns the value of attribute filter_values.

Returns:

  • (::Hash[::String, ::String])


16
17
18
# File 'sig/types.rbs', line 16

def filter_values
  @filter_values
end

#num_results ⇒ ::Integer

Returns the value of attribute num_results.

Returns:

  • (::Integer)


14
15
16
# File 'sig/types.rbs', line 14

def num_results
  @num_results
end

#user_id ⇒ ::String

Returns the value of attribute user_id.

Returns:

  • (::String)


13
14
15
# File 'sig/types.rbs', line 13

def user_id
  @user_id
end