Class: Aws::Types::GetActionRecommendationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetActionRecommendationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#campaign_arn ⇒ ::String
Returns the value of attribute campaign_arn.
-
#filter_arn ⇒ ::String
Returns the value of attribute filter_arn.
-
#filter_values ⇒ ::Hash[::String, ::String]
Returns the value of attribute filter_values.
-
#num_results ⇒ ::Integer
Returns the value of attribute num_results.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#campaign_arn ⇒ ::String
Returns the value of attribute campaign_arn.
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.
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.
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.
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.
13 14 15 |
# File 'sig/types.rbs', line 13 def user_id @user_id end |