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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentruntime/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.



888
889
890
891
892
893
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 888

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

#trace_idString

The unique identifier of the trace.

Returns:

  • (String)


888
889
890
891
892
893
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 888

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