Class: Aws::Types::ListBotAnalyzerHistoryResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListBotAnalyzerHistoryResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_analyzer_history_list ⇒ ::Array[Types::BotAnalyzerHistorySummary]
Returns the value of attribute bot_analyzer_history_list.
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
-
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
-
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#bot_analyzer_history_list ⇒ ::Array[Types::BotAnalyzerHistorySummary]
Returns the value of attribute bot_analyzer_history_list.
2174 2175 2176 |
# File 'sig/types.rbs', line 2174 def bot_analyzer_history_list @bot_analyzer_history_list end |
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
2171 2172 2173 |
# File 'sig/types.rbs', line 2171 def bot_id @bot_id end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
2173 2174 2175 |
# File 'sig/types.rbs', line 2173 def bot_version @bot_version end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
2172 2173 2174 |
# File 'sig/types.rbs', line 2172 def locale_id @locale_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2175 2176 2177 |
# File 'sig/types.rbs', line 2175 def next_token @next_token end |