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.
4756 4757 4758 |
# File 'sig/types.rbs', line 4756 def lex_bots @lex_bots end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4757 4758 4759 |
# File 'sig/types.rbs', line 4757 def next_token @next_token end |