Class: Aws::Types::CreateRecommenderConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attributes::Hash[::String, ::String]

Returns the value of attribute attributes.

Returns:

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


607
608
609
# File 'sig/types.rbs', line 607

def attributes
  @attributes
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


608
609
610
# File 'sig/types.rbs', line 608

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


609
610
611
# File 'sig/types.rbs', line 609

def name
  @name
end

#recommendation_provider_id_type::String

Returns the value of attribute recommendation_provider_id_type.

Returns:

  • (::String)


610
611
612
# File 'sig/types.rbs', line 610

def recommendation_provider_id_type
  @recommendation_provider_id_type
end

#recommendation_provider_role_arn::String

Returns the value of attribute recommendation_provider_role_arn.

Returns:

  • (::String)


611
612
613
# File 'sig/types.rbs', line 611

def recommendation_provider_role_arn
  @recommendation_provider_role_arn
end

#recommendation_provider_uri::String

Returns the value of attribute recommendation_provider_uri.

Returns:

  • (::String)


612
613
614
# File 'sig/types.rbs', line 612

def recommendation_provider_uri
  @recommendation_provider_uri
end

#recommendation_transformer_uri::String

Returns the value of attribute recommendation_transformer_uri.

Returns:

  • (::String)


613
614
615
# File 'sig/types.rbs', line 613

def recommendation_transformer_uri
  @recommendation_transformer_uri
end

#recommendations_display_name::String

Returns the value of attribute recommendations_display_name.

Returns:

  • (::String)


614
615
616
# File 'sig/types.rbs', line 614

def recommendations_display_name
  @recommendations_display_name
end

#recommendations_per_message::Integer

Returns the value of attribute recommendations_per_message.

Returns:

  • (::Integer)


615
616
617
# File 'sig/types.rbs', line 615

def recommendations_per_message
  @recommendations_per_message
end