Class: Aws::Types::RecommenderConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#context::Hash[::String, ::String]

Returns the value of attribute context.

Returns:

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


6655
6656
6657
# File 'sig/types.rbs', line 6655

def context
  @context
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


6653
6654
6655
# File 'sig/types.rbs', line 6653

def domain_name
  @domain_name
end

#recommender_name::String

Returns the value of attribute recommender_name.

Returns:

  • (::String)


6654
6655
6656
# File 'sig/types.rbs', line 6654

def recommender_name
  @recommender_name
end