Class: Aws::Types::RecommenderConfigurationResponse

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


2513
2514
2515
# File 'sig/types.rbs', line 2513

def attributes
  @attributes
end

#creation_date::String

Returns the value of attribute creation_date.

Returns:

  • (::String)


2514
2515
2516
# File 'sig/types.rbs', line 2514

def creation_date
  @creation_date
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2515
2516
2517
# File 'sig/types.rbs', line 2515

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2516
2517
2518
# File 'sig/types.rbs', line 2516

def id
  @id
end

#last_modified_date::String

Returns the value of attribute last_modified_date.

Returns:

  • (::String)


2517
2518
2519
# File 'sig/types.rbs', line 2517

def last_modified_date
  @last_modified_date
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2518
2519
2520
# File 'sig/types.rbs', line 2518

def name
  @name
end

#recommendation_provider_id_type::String

Returns the value of attribute recommendation_provider_id_type.

Returns:

  • (::String)


2519
2520
2521
# File 'sig/types.rbs', line 2519

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)


2520
2521
2522
# File 'sig/types.rbs', line 2520

def recommendation_provider_role_arn
  @recommendation_provider_role_arn
end

#recommendation_provider_uri::String

Returns the value of attribute recommendation_provider_uri.

Returns:

  • (::String)


2521
2522
2523
# File 'sig/types.rbs', line 2521

def recommendation_provider_uri
  @recommendation_provider_uri
end

#recommendation_transformer_uri::String

Returns the value of attribute recommendation_transformer_uri.

Returns:

  • (::String)


2522
2523
2524
# File 'sig/types.rbs', line 2522

def recommendation_transformer_uri
  @recommendation_transformer_uri
end

#recommendations_display_name::String

Returns the value of attribute recommendations_display_name.

Returns:

  • (::String)


2523
2524
2525
# File 'sig/types.rbs', line 2523

def recommendations_display_name
  @recommendations_display_name
end

#recommendations_per_message::Integer

Returns the value of attribute recommendations_per_message.

Returns:

  • (::Integer)


2524
2525
2526
# File 'sig/types.rbs', line 2524

def recommendations_per_message
  @recommendations_per_message
end