Class: Aws::Types::UpdateRecommenderConfiguration

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])


3138
3139
3140
# File 'sig/types.rbs', line 3138

def attributes
  @attributes
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3139
3140
3141
# File 'sig/types.rbs', line 3139

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3140
3141
3142
# File 'sig/types.rbs', line 3140

def name
  @name
end

#recommendation_provider_id_type::String

Returns the value of attribute recommendation_provider_id_type.

Returns:

  • (::String)


3141
3142
3143
# File 'sig/types.rbs', line 3141

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)


3142
3143
3144
# File 'sig/types.rbs', line 3142

def recommendation_provider_role_arn
  @recommendation_provider_role_arn
end

#recommendation_provider_uri::String

Returns the value of attribute recommendation_provider_uri.

Returns:

  • (::String)


3143
3144
3145
# File 'sig/types.rbs', line 3143

def recommendation_provider_uri
  @recommendation_provider_uri
end

#recommendation_transformer_uri::String

Returns the value of attribute recommendation_transformer_uri.

Returns:

  • (::String)


3144
3145
3146
# File 'sig/types.rbs', line 3144

def recommendation_transformer_uri
  @recommendation_transformer_uri
end

#recommendations_display_name::String

Returns the value of attribute recommendations_display_name.

Returns:

  • (::String)


3145
3146
3147
# File 'sig/types.rbs', line 3145

def recommendations_display_name
  @recommendations_display_name
end

#recommendations_per_message::Integer

Returns the value of attribute recommendations_per_message.

Returns:

  • (::Integer)


3146
3147
3148
# File 'sig/types.rbs', line 3146

def recommendations_per_message
  @recommendations_per_message
end