Class: Aws::Types::GetPersonalizedRankingRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetPersonalizedRankingRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#campaign_arn ⇒ ::String
Returns the value of attribute campaign_arn.
-
#context ⇒ ::Hash[::String, ::String]
Returns the value of attribute context.
-
#filter_arn ⇒ ::String
Returns the value of attribute filter_arn.
-
#filter_values ⇒ ::Hash[::String, ::String]
Returns the value of attribute filter_values.
-
#input_list ⇒ ::Array[::String]
Returns the value of attribute input_list.
-
#metadata_columns ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute metadata_columns.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#campaign_arn ⇒ ::String
Returns the value of attribute campaign_arn.
27 28 29 |
# File 'sig/types.rbs', line 27 def campaign_arn @campaign_arn end |
#context ⇒ ::Hash[::String, ::String]
Returns the value of attribute context.
30 31 32 |
# File 'sig/types.rbs', line 30 def context @context end |
#filter_arn ⇒ ::String
Returns the value of attribute filter_arn.
31 32 33 |
# File 'sig/types.rbs', line 31 def filter_arn @filter_arn end |
#filter_values ⇒ ::Hash[::String, ::String]
Returns the value of attribute filter_values.
32 33 34 |
# File 'sig/types.rbs', line 32 def filter_values @filter_values end |
#input_list ⇒ ::Array[::String]
Returns the value of attribute input_list.
28 29 30 |
# File 'sig/types.rbs', line 28 def input_list @input_list end |
#metadata_columns ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute metadata_columns.
33 34 35 |
# File 'sig/types.rbs', line 33 def end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
29 30 31 |
# File 'sig/types.rbs', line 29 def user_id @user_id end |