Class: Aws::BedrockAgent::Types::MismatchedNodeInputTypeFlowValidationDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#expected_typeString

The expected data type for the node input.

Returns:

  • (String)


5821
5822
5823
5824
5825
5826
5827
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 5821

class MismatchedNodeInputTypeFlowValidationDetails < Struct.new(
  :expected_type,
  :input,
  :node)
  SENSITIVE = []
  include Aws::Structure
end

#inputString

The name of the input with the mismatched data type.

Returns:

  • (String)


5821
5822
5823
5824
5825
5826
5827
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 5821

class MismatchedNodeInputTypeFlowValidationDetails < Struct.new(
  :expected_type,
  :input,
  :node)
  SENSITIVE = []
  include Aws::Structure
end

#nodeString

The name of the node containing the input with the mismatched data type.

Returns:

  • (String)


5821
5822
5823
5824
5825
5826
5827
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 5821

class MismatchedNodeInputTypeFlowValidationDetails < Struct.new(
  :expected_type,
  :input,
  :node)
  SENSITIVE = []
  include Aws::Structure
end