Class: Aws::Types::StopBotAnalyzerRequest
- Inherits:
-
Object
- Object
- Aws::Types::StopBotAnalyzerRequest
- 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_id ⇒ ::String
Returns the value of attribute bot_id.
Instance Attribute Details
#bot_analyzer_request_id ⇒ ::String
Returns the value of attribute bot_analyzer_request_id.
3256 3257 3258 |
# File 'sig/types.rbs', line 3256 def bot_analyzer_request_id @bot_analyzer_request_id end |
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
3255 3256 3257 |
# File 'sig/types.rbs', line 3255 def bot_id @bot_id end |