Class: Aws::Types::ListCustomVocabularyItemsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bot_id ⇒ ::String

Returns the value of attribute bot_id.

Returns:

  • (::String)


2333
2334
2335
# File 'sig/types.rbs', line 2333

def bot_id
  @bot_id
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


2334
2335
2336
# File 'sig/types.rbs', line 2334

def bot_version
  @bot_version
end

#custom_vocabulary_items ⇒ ::Array[Types::CustomVocabularyItem]

Returns the value of attribute custom_vocabulary_items.

Returns:



2336
2337
2338
# File 'sig/types.rbs', line 2336

def custom_vocabulary_items
  @custom_vocabulary_items
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


2335
2336
2337
# File 'sig/types.rbs', line 2335

def locale_id
  @locale_id
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2337
2338
2339
# File 'sig/types.rbs', line 2337

def next_token
  @next_token
end