Class: Aws::BedrockAgentRuntime::Types::NodeActionEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::NodeActionEvent
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Contains information about an action (operation) called by a node during execution.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#node_name ⇒ String
The name of the node that called the operation.
-
#operation_name ⇒ String
The name of the operation that the node called.
-
#operation_request ⇒ Hash, ...
The request payload sent to the downstream service.
-
#operation_response ⇒ Hash, ...
The response payload received from the downstream service.
-
#request_id ⇒ String
The ID of the request that the node made to the operation.
-
#service_name ⇒ String
The name of the service that the node called.
-
#timestamp ⇒ Time
The date and time that the operation was called.
Instance Attribute Details
#node_name ⇒ String
The name of the node that called the operation.
5608 5609 5610 5611 5612 5613 5614 5615 5616 5617 5618 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5608 class NodeActionEvent < Struct.new( :node_name, :timestamp, :request_id, :service_name, :operation_name, :operation_request, :operation_response) SENSITIVE = [] include Aws::Structure end |
#operation_name ⇒ String
The name of the operation that the node called.
5608 5609 5610 5611 5612 5613 5614 5615 5616 5617 5618 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5608 class NodeActionEvent < Struct.new( :node_name, :timestamp, :request_id, :service_name, :operation_name, :operation_request, :operation_response) SENSITIVE = [] include Aws::Structure end |
#operation_request ⇒ Hash, ...
The request payload sent to the downstream service.
5608 5609 5610 5611 5612 5613 5614 5615 5616 5617 5618 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5608 class NodeActionEvent < Struct.new( :node_name, :timestamp, :request_id, :service_name, :operation_name, :operation_request, :operation_response) SENSITIVE = [] include Aws::Structure end |
#operation_response ⇒ Hash, ...
The response payload received from the downstream service.
5608 5609 5610 5611 5612 5613 5614 5615 5616 5617 5618 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5608 class NodeActionEvent < Struct.new( :node_name, :timestamp, :request_id, :service_name, :operation_name, :operation_request, :operation_response) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The ID of the request that the node made to the operation.
5608 5609 5610 5611 5612 5613 5614 5615 5616 5617 5618 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5608 class NodeActionEvent < Struct.new( :node_name, :timestamp, :request_id, :service_name, :operation_name, :operation_request, :operation_response) SENSITIVE = [] include Aws::Structure end |
#service_name ⇒ String
The name of the service that the node called.
5608 5609 5610 5611 5612 5613 5614 5615 5616 5617 5618 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5608 class NodeActionEvent < Struct.new( :node_name, :timestamp, :request_id, :service_name, :operation_name, :operation_request, :operation_response) SENSITIVE = [] include Aws::Structure end |
#timestamp ⇒ Time
The date and time that the operation was called.
5608 5609 5610 5611 5612 5613 5614 5615 5616 5617 5618 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5608 class NodeActionEvent < Struct.new( :node_name, :timestamp, :request_id, :service_name, :operation_name, :operation_request, :operation_response) SENSITIVE = [] include Aws::Structure end |