Class: Aws::Types::DeleteBotAnalyzerRecommendationRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteBotAnalyzerRecommendationRequest
- 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.
1140 1141 1142 |
# File 'sig/types.rbs', line 1140 def bot_analyzer_request_id @bot_analyzer_request_id end |
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
1139 1140 1141 |
# File 'sig/types.rbs', line 1139 def bot_id @bot_id end |