Class: Aws::Types::StopBotRecommendationResponse
- Inherits:
-
Object
- Object
- Aws::Types::StopBotRecommendationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
-
#bot_recommendation_id ⇒ ::String
Returns the value of attribute bot_recommendation_id.
-
#bot_recommendation_status ⇒ "Processing", ...
Returns the value of attribute bot_recommendation_status.
-
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
-
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
3278 3279 3280 |
# File 'sig/types.rbs', line 3278 def bot_id @bot_id end |
#bot_recommendation_id ⇒ ::String
Returns the value of attribute bot_recommendation_id.
3282 3283 3284 |
# File 'sig/types.rbs', line 3282 def bot_recommendation_id @bot_recommendation_id end |
#bot_recommendation_status ⇒ "Processing", ...
Returns the value of attribute bot_recommendation_status.
3281 3282 3283 |
# File 'sig/types.rbs', line 3281 def bot_recommendation_status @bot_recommendation_status end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
3279 3280 3281 |
# File 'sig/types.rbs', line 3279 def bot_version @bot_version end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
3280 3281 3282 |
# File 'sig/types.rbs', line 3280 def locale_id @locale_id end |