Class: Aws::Types::StopBotAnalyzerResponse
- Inherits:
-
Object
- Object
- Aws::Types::StopBotAnalyzerResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_analyzer_request_id ⇒ ::String
Returns the value of attribute bot_analyzer_request_id.
-
#bot_analyzer_status ⇒ "Processing", ...
Returns the value of attribute bot_analyzer_status.
-
#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.
Instance Attribute Details
#bot_analyzer_request_id ⇒ ::String
Returns the value of attribute bot_analyzer_request_id.
3265 3266 3267 |
# File 'sig/types.rbs', line 3265 def bot_analyzer_request_id @bot_analyzer_request_id end |
#bot_analyzer_status ⇒ "Processing", ...
Returns the value of attribute bot_analyzer_status.
3264 3265 3266 |
# File 'sig/types.rbs', line 3264 def bot_analyzer_status @bot_analyzer_status end |
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
3261 3262 3263 |
# File 'sig/types.rbs', line 3261 def bot_id @bot_id end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
3262 3263 3264 |
# File 'sig/types.rbs', line 3262 def bot_version @bot_version end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
3263 3264 3265 |
# File 'sig/types.rbs', line 3263 def locale_id @locale_id end |