Class: Aws::Types::ListBotAnalyzerHistoryRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListBotAnalyzerHistoryRequest
- 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.
-
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
2162 2163 2164 |
# File 'sig/types.rbs', line 2162 def bot_id @bot_id end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
2164 2165 2166 |
# File 'sig/types.rbs', line 2164 def bot_version @bot_version end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
2163 2164 2165 |
# File 'sig/types.rbs', line 2163 def locale_id @locale_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2166 2167 2168 |
# File 'sig/types.rbs', line 2166 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2165 2166 2167 |
# File 'sig/types.rbs', line 2165 def next_token @next_token end |