Class: Aws::BedrockAgent::Types::MissingNodeInputFlowValidationDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::MissingNodeInputFlowValidationDetails
- 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
-
#input ⇒ String
The name of the missing input.
-
#node ⇒ String
The name of the node missing the required input.
Instance Attribute Details
#input ⇒ String
The name of the missing input.
6968 6969 6970 6971 6972 6973 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 6968 class MissingNodeInputFlowValidationDetails < Struct.new( :input, :node) SENSITIVE = [] include Aws::Structure end |
#node ⇒ String
The name of the node missing the required input.
6968 6969 6970 6971 6972 6973 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 6968 class MissingNodeInputFlowValidationDetails < Struct.new( :input, :node) SENSITIVE = [] include Aws::Structure end |