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:



5114
5115
5116
# File 'sig/types.rbs', line 5114

def lex_bots
  @lex_bots
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5115
5116
5117
# File 'sig/types.rbs', line 5115

def next_token
  @next_token
end