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.
| 3684 3685 3686 3687 3688 3689 | # File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3684 class DuplicateConditionExpressionFlowValidationDetails < Struct.new( :node, :expression) SENSITIVE = [:expression] include Aws::Structure end | 
#node ⇒ String
The name of the node containing the duplicate condition expressions.
| 3684 3685 3686 3687 3688 3689 | # File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3684 class DuplicateConditionExpressionFlowValidationDetails < Struct.new( :node, :expression) SENSITIVE = [:expression] include Aws::Structure end |