Class: Aws::Types::ListRecommendationsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


540
541
542
# File 'sig/types.rbs', line 540

def 
  @account_id
end

#insight_id::String

Returns the value of attribute insight_id.

Returns:

  • (::String)


537
538
539
# File 'sig/types.rbs', line 537

def insight_id
  @insight_id
end

#locale"DE_DE", ...

Returns the value of attribute locale.

Returns:

  • ("DE_DE", "EN_US", "EN_GB", "ES_ES", "FR_FR", "IT_IT", "JA_JP", "KO_KR", "PT_BR", "ZH_CN", "ZH_TW")


539
540
541
# File 'sig/types.rbs', line 539

def locale
  @locale
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


538
539
540
# File 'sig/types.rbs', line 538

def next_token
  @next_token
end