Class: Aws::BedrockAgentRuntime::Types::CustomOrchestrationTrace

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockagentruntime/types.rb

Overview

The trace behavior for the custom orchestration.

Constant Summary collapse

SENSITIVE =
[:event]

Instance Attribute Summary collapse

Instance Attribute Details

#eventTypes::CustomOrchestrationTraceEvent

The event details used with the custom orchestration.



2268
2269
2270
2271
2272
2273
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 2268

class CustomOrchestrationTrace < Struct.new(
  :event,
  :trace_id)
  SENSITIVE = [:event]
  include Aws::Structure
end

#trace_idString

The unique identifier of the trace.

Returns:

  • (String)


2268
2269
2270
2271
2272
2273
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 2268

class CustomOrchestrationTrace < Struct.new(
  :event,
  :trace_id)
  SENSITIVE = [:event]
  include Aws::Structure
end