Method: Aws::SageMaker::Types::CallbackStepMetadata#sqs_queue_url
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
#sqs_queue_url ⇒ String
The URL of the Amazon Simple Queue Service (Amazon SQS) queue used by the callback step.
4129 4130 4131 4132 4133 4134 4135 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 4129 class CallbackStepMetadata < Struct.new( :callback_token, :sqs_queue_url, :output_parameters) SENSITIVE = [] include Aws::Structure end |