Class: Aws::Types::ListRecommenderSchemasResponse

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)


1982
1983
1984
# File 'sig/types.rbs', line 1982

def next_token
  @next_token
end

#recommender_schemas::Array[Types::RecommenderSchemaSummary]

Returns the value of attribute recommender_schemas.

Returns:



1983
1984
1985
# File 'sig/types.rbs', line 1983

def recommender_schemas
  @recommender_schemas
end