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.
4895 4896 4897 |
# File 'sig/types.rbs', line 4895 def lex_bots @lex_bots end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4896 4897 4898 |
# File 'sig/types.rbs', line 4896 def next_token @next_token end |