Class: Aws::Types::ListBotsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListBotsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lex_bots ⇒ ::Array[Types::LexBotConfig]
Returns the value of attribute lex_bots.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#lex_bots ⇒ ::Array[Types::LexBotConfig]
Returns the value of attribute lex_bots.
4809 4810 4811 |
# File 'sig/types.rbs', line 4809 def lex_bots @lex_bots end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4810 4811 4812 |
# File 'sig/types.rbs', line 4810 def next_token @next_token end |