Class: Aws::BedrockAgentRuntime::Types::FlowTraceDependencyEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::FlowTraceDependencyEvent
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Contains information about a dependency trace event in the flow.
Constant Summary collapse
- SENSITIVE =
[:trace_elements]
Instance Attribute Summary collapse
-
#node_name ⇒ String
The name of the node that generated the dependency trace.
-
#timestamp ⇒ Time
The date and time that the dependency trace was generated.
-
#trace_elements ⇒ Types::TraceElements
The trace elements containing detailed information about the dependency.
Instance Attribute Details
#node_name ⇒ String
The name of the node that generated the dependency trace.
2273 2274 2275 2276 2277 2278 2279 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2273 class FlowTraceDependencyEvent < Struct.new( :node_name, :timestamp, :trace_elements) SENSITIVE = [:trace_elements] include Aws::Structure end |
#timestamp ⇒ Time
The date and time that the dependency trace was generated.
2273 2274 2275 2276 2277 2278 2279 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2273 class FlowTraceDependencyEvent < Struct.new( :node_name, :timestamp, :trace_elements) SENSITIVE = [:trace_elements] include Aws::Structure end |
#trace_elements ⇒ Types::TraceElements
The trace elements containing detailed information about the dependency.
2273 2274 2275 2276 2277 2278 2279 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2273 class FlowTraceDependencyEvent < Struct.new( :node_name, :timestamp, :trace_elements) SENSITIVE = [:trace_elements] include Aws::Structure end |