Class: Aws::BedrockAgent::Types::UnknownNodeInputFlowValidationDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::UnknownNodeInputFlowValidationDetails
- Defined in:
- gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb
Overview
Details about an unknown input for a node.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#input ⇒ String
The name of the node with the unknown input.
-
#node ⇒ String
The name of the unknown input.
Instance Attribute Details
#input ⇒ String
The name of the node with the unknown input.
10974 10975 10976 10977 10978 10979 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 10974 class UnknownNodeInputFlowValidationDetails < Struct.new( :node, :input) SENSITIVE = [] include Aws::Structure end |
#node ⇒ String
The name of the unknown input.
10974 10975 10976 10977 10978 10979 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 10974 class UnknownNodeInputFlowValidationDetails < Struct.new( :node, :input) SENSITIVE = [] include Aws::Structure end |