Class: Aws::Types::ListLexBotsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#lex_bots::Array[Types::LexBot]

Returns the value of attribute lex_bots.

Returns:



5167
5168
5169
# File 'sig/types.rbs', line 5167

def lex_bots
  @lex_bots
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5168
5169
5170
# File 'sig/types.rbs', line 5168

def next_token
  @next_token
end