Class: Aws::Types::GetPersonalizedRankingRequest

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)


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.

Returns:

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


30
31
32
# File 'sig/types.rbs', line 30

def context
  @context
end

#filter_arn ⇒ ::String

Returns the value of attribute filter_arn.

Returns:

  • (::String)


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.

Returns:

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


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.

Returns:

  • (::Array[::String])


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.

Returns:

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


33
34
35
# File 'sig/types.rbs', line 33

def 
  
end

#user_id ⇒ ::String

Returns the value of attribute user_id.

Returns:

  • (::String)


29
30
31
# File 'sig/types.rbs', line 29

def user_id
  @user_id
end