Class: Aws::Types::ListDefaultVocabulariesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#default_vocabulary_list::Array[Types::DefaultVocabulary]

Returns the value of attribute default_vocabulary_list.

Returns:



5002
5003
5004
# File 'sig/types.rbs', line 5002

def default_vocabulary_list
  @default_vocabulary_list
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5003
5004
5005
# File 'sig/types.rbs', line 5003

def next_token
  @next_token
end