Class: Aws::Types::ListBotLocalesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListBotLocalesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
-
#bot_locale_summaries ⇒ ::Array[Types::BotLocaleSummary]
Returns the value of attribute bot_locale_summaries.
-
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
2190 2191 2192 |
# File 'sig/types.rbs', line 2190 def bot_id @bot_id end |
#bot_locale_summaries ⇒ ::Array[Types::BotLocaleSummary]
Returns the value of attribute bot_locale_summaries.
2193 2194 2195 |
# File 'sig/types.rbs', line 2193 def bot_locale_summaries @bot_locale_summaries end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
2191 2192 2193 |
# File 'sig/types.rbs', line 2191 def bot_version @bot_version end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2192 2193 2194 |
# File 'sig/types.rbs', line 2192 def next_token @next_token end |