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.
4947 4948 4949 |
# File 'sig/types.rbs', line 4947 def lex_bots @lex_bots end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4948 4949 4950 |
# File 'sig/types.rbs', line 4948 def next_token @next_token end |