Class: Aws::BedrockAgent::Types::MismatchedNodeInputTypeFlowValidationDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::MismatchedNodeInputTypeFlowValidationDetails
- Defined in:
- gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb
Overview
Details about mismatched input data types in a node.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#expected_type ⇒ String
The expected data type for the node input.
-
#input ⇒ String
The name of the input with the mismatched data type.
-
#node ⇒ String
The name of the node containing the input with the mismatched data type.
Instance Attribute Details
#expected_type ⇒ String
The expected data type for the node input.
7439 7440 7441 7442 7443 7444 7445 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 7439 class MismatchedNodeInputTypeFlowValidationDetails < Struct.new( :node, :input, :expected_type) SENSITIVE = [] include Aws::Structure end |
#input ⇒ String
The name of the input with the mismatched data type.
7439 7440 7441 7442 7443 7444 7445 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 7439 class MismatchedNodeInputTypeFlowValidationDetails < Struct.new( :node, :input, :expected_type) SENSITIVE = [] include Aws::Structure end |
#node ⇒ String
The name of the node containing the input with the mismatched data type.
7439 7440 7441 7442 7443 7444 7445 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 7439 class MismatchedNodeInputTypeFlowValidationDetails < Struct.new( :node, :input, :expected_type) SENSITIVE = [] include Aws::Structure end |