Class: Aws::Types::ListBotVersionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListBotVersionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
-
#bot_version_summaries ⇒ ::Array[Types::BotVersionSummary]
Returns the value of attribute bot_version_summaries.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
2273 2274 2275 |
# File 'sig/types.rbs', line 2273 def bot_id @bot_id end |
#bot_version_summaries ⇒ ::Array[Types::BotVersionSummary]
Returns the value of attribute bot_version_summaries.
2274 2275 2276 |
# File 'sig/types.rbs', line 2274 def bot_version_summaries @bot_version_summaries end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2275 2276 2277 |
# File 'sig/types.rbs', line 2275 def next_token @next_token end |