Class: Aws::Types::AsyncInferenceNotificationConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_topic::String

Returns the value of attribute error_topic.

Returns:

  • (::String)


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.

Returns:

  • (::Array[("SUCCESS_NOTIFICATION_TOPIC" | "ERROR_NOTIFICATION_TOPIC")])


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.

Returns:

  • (::String)


528
529
530
# File 'sig/types.rbs', line 528

def success_topic
  @success_topic
end