Class: Aws::Types::ListBotVersionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListBotVersionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sort_by ⇒ Types::BotVersionSortBy
Returns the value of attribute sort_by.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
2265 2266 2267 |
# File 'sig/types.rbs', line 2265 def bot_id @bot_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2267 2268 2269 |
# File 'sig/types.rbs', line 2267 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2268 2269 2270 |
# File 'sig/types.rbs', line 2268 def next_token @next_token end |
#sort_by ⇒ Types::BotVersionSortBy
Returns the value of attribute sort_by.
2266 2267 2268 |
# File 'sig/types.rbs', line 2266 def sort_by @sort_by end |