Class: Aws::Types::GetRecommendationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#language"en", ...

Returns the value of attribute language.

Returns:

  • ("en", "ja", "zh", "fr", "de", "ko", "zh_TW", "it", "es", "pt_BR", "id")


71
72
73
# File 'sig/types.rbs', line 71

def language
  @language
end

#recommendation_identifier::String

Returns the value of attribute recommendation_identifier.

Returns:

  • (::String)


70
71
72
# File 'sig/types.rbs', line 70

def recommendation_identifier
  @recommendation_identifier
end