Class: Aws::BedrockAgent::Types::DuplicateConditionExpressionFlowValidationDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::DuplicateConditionExpressionFlowValidationDetails
- Defined in:
- gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb
Overview
Details about duplicate condition expressions found in a condition node.
Constant Summary collapse
- SENSITIVE =
[:expression]
Instance Attribute Summary collapse
-
#expression ⇒ String
The duplicated condition expression.
-
#node ⇒ String
The name of the node containing the duplicate condition expressions.
Instance Attribute Details
#expression ⇒ String
The duplicated condition expression.
2963 2964 2965 2966 2967 2968 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2963 class DuplicateConditionExpressionFlowValidationDetails < Struct.new( :expression, :node) SENSITIVE = [:expression] include Aws::Structure end |
#node ⇒ String
The name of the node containing the duplicate condition expressions.
2963 2964 2965 2966 2967 2968 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2963 class DuplicateConditionExpressionFlowValidationDetails < Struct.new( :expression, :node) SENSITIVE = [:expression] include Aws::Structure end |