Class: Aws::BedrockAgent::Types::UnknownNodeOutputFlowValidationDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::UnknownNodeOutputFlowValidationDetails
- Defined in:
- gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb
Overview
Details about an unknown output for a node.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#node ⇒ String
The name of the node with the unknown output.
-
#output ⇒ String
The name of the unknown output.
Instance Attribute Details
#node ⇒ String
The name of the node with the unknown output.
10455 10456 10457 10458 10459 10460 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 10455 class UnknownNodeOutputFlowValidationDetails < Struct.new( :node, :output) SENSITIVE = [] include Aws::Structure end |
#output ⇒ String
The name of the unknown output.
10455 10456 10457 10458 10459 10460 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 10455 class UnknownNodeOutputFlowValidationDetails < Struct.new( :node, :output) SENSITIVE = [] include Aws::Structure end |