Class: Aws::Connect::Types::FlowAssociationSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::FlowAssociationSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Information about flow associations.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #flow_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the flow.
 - 
  
    
      #resource_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the resource.
 - 
  
    
      #resource_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of resource association.
 
Instance Attribute Details
#flow_id ⇒ String
The identifier of the flow.
      9576 9577 9578 9579 9580 9581 9582  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 9576 class FlowAssociationSummary < Struct.new( :resource_id, :flow_id, :resource_type) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_id ⇒ String
The identifier of the resource.
      9576 9577 9578 9579 9580 9581 9582  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 9576 class FlowAssociationSummary < Struct.new( :resource_id, :flow_id, :resource_type) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_type ⇒ String
The type of resource association.
      9576 9577 9578 9579 9580 9581 9582  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 9576 class FlowAssociationSummary < Struct.new( :resource_id, :flow_id, :resource_type) SENSITIVE = [] include Aws::Structure end  |