Class: Aws::Types::GetBotsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetBotsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bots ⇒ ::Array[Types::BotMetadata]
Returns the value of attribute bots.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#bots ⇒ ::Array[Types::BotMetadata]
Returns the value of attribute bots.
357 358 359 |
# File 'sig/types.rbs', line 357 def bots @bots end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
358 359 360 |
# File 'sig/types.rbs', line 358 def next_token @next_token end |