Class: Aws::Types::ListRecommenderConfigurationsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#item::Array[Types::RecommenderConfigurationResponse]

Returns the value of attribute item.



2227
2228
2229
# File 'sig/types.rbs', line 2227

def item
  @item
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2228
2229
2230
# File 'sig/types.rbs', line 2228

def next_token
  @next_token
end