Class: Aws::Types::ListCustomVocabularyItemsRequest

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)


2324
2325
2326
# File 'sig/types.rbs', line 2324

def bot_id
  @bot_id
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


2325
2326
2327
# File 'sig/types.rbs', line 2325

def bot_version
  @bot_version
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


2326
2327
2328
# File 'sig/types.rbs', line 2326

def locale_id
  @locale_id
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


2327
2328
2329
# File 'sig/types.rbs', line 2327

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2328
2329
2330
# File 'sig/types.rbs', line 2328

def next_token
  @next_token
end