Class: Aws::Types::ListBotLocalesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListBotLocalesRequest
- 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 ⇒ ::String
Returns the value of attribute bot_version.
-
#filters ⇒ ::Array[Types::BotLocaleFilter]
Returns the value of attribute filters.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sort_by ⇒ Types::BotLocaleSortBy
Returns the value of attribute sort_by.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
2180 2181 2182 |
# File 'sig/types.rbs', line 2180 def bot_id @bot_id end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
2181 2182 2183 |
# File 'sig/types.rbs', line 2181 def bot_version @bot_version end |
#filters ⇒ ::Array[Types::BotLocaleFilter]
Returns the value of attribute filters.
2183 2184 2185 |
# File 'sig/types.rbs', line 2183 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2184 2185 2186 |
# File 'sig/types.rbs', line 2184 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2185 2186 2187 |
# File 'sig/types.rbs', line 2185 def next_token @next_token end |
#sort_by ⇒ Types::BotLocaleSortBy
Returns the value of attribute sort_by.
2182 2183 2184 |
# File 'sig/types.rbs', line 2182 def sort_by @sort_by end |