Class: Aws::BedrockAgent::Types::MissingNodeOutputFlowValidationDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::MissingNodeOutputFlowValidationDetails
- Defined in:
- gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb
Overview
Details about a missing required output in a node.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#node ⇒ String
The name of the node missing the required output.
-
#output ⇒ String
The name of the missing output.
Instance Attribute Details
#node ⇒ String
The name of the node missing the required output.
5934 5935 5936 5937 5938 5939 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 5934 class MissingNodeOutputFlowValidationDetails < Struct.new( :node, :output) SENSITIVE = [] include Aws::Structure end |
#output ⇒ String
The name of the missing output.
5934 5935 5936 5937 5938 5939 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 5934 class MissingNodeOutputFlowValidationDetails < Struct.new( :node, :output) SENSITIVE = [] include Aws::Structure end |