Class: Aws::Types::ListRecommendersResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1134
1135
1136
# File 'sig/types.rbs', line 1134

def next_token
  @next_token
end

#recommenders ⇒ ::Array[Types::RecommenderSummary]

Returns the value of attribute recommenders.

Returns:



1133
1134
1135
# File 'sig/types.rbs', line 1133

def recommenders
  @recommenders
end