Class: Aws::Types::AsyncInferenceNotificationConfig
- Inherits:
-
Object
- Object
- Aws::Types::AsyncInferenceNotificationConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_topic ⇒ ::String
Returns the value of attribute error_topic.
-
#include_inference_response_in ⇒ ::Array[("SUCCESS_NOTIFICATION_TOPIC" | "ERROR_NOTIFICATION_TOPIC")]
Returns the value of attribute include_inference_response_in.
-
#success_topic ⇒ ::String
Returns the value of attribute success_topic.
Instance Attribute Details
#error_topic ⇒ ::String
Returns the value of attribute error_topic.
529 530 531 |
# File 'sig/types.rbs', line 529 def error_topic @error_topic end |
#include_inference_response_in ⇒ ::Array[("SUCCESS_NOTIFICATION_TOPIC" | "ERROR_NOTIFICATION_TOPIC")]
Returns the value of attribute include_inference_response_in.
530 531 532 |
# File 'sig/types.rbs', line 530 def include_inference_response_in @include_inference_response_in end |
#success_topic ⇒ ::String
Returns the value of attribute success_topic.
528 529 530 |
# File 'sig/types.rbs', line 528 def success_topic @success_topic end |