Class: Aws::Types::ListThesauriResponse

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)


1490
1491
1492
# File 'sig/types.rbs', line 1490

def next_token
  @next_token
end

#thesaurus_summary_items::Array[Types::ThesaurusSummary]

Returns the value of attribute thesaurus_summary_items.

Returns:



1491
1492
1493
# File 'sig/types.rbs', line 1491

def thesaurus_summary_items
  @thesaurus_summary_items
end