Class: Aws::BedrockAgent::Types::MissingNodeInputFlowValidationDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb

Overview

Details about a missing required input in a node.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#inputString

The name of the missing input.

Returns:

  • (String)


7565
7566
7567
7568
7569
7570
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 7565

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

#nodeString

The name of the node missing the required input.

Returns:

  • (String)


7565
7566
7567
7568
7569
7570
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 7565

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