Class: Aws::Connect::Types::ContactFlowModuleSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::ContactFlowModuleSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Contains summary information about a flow.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the flow module.
 - 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the flow module.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the flow module.
 - 
  
    
      #state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of flow module.
 
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the flow module.
      2981 2982 2983 2984 2985 2986 2987 2988  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 2981 class ContactFlowModuleSummary < Struct.new( :id, :arn, :name, :state) SENSITIVE = [] include Aws::Structure end  | 
  
#id ⇒ String
The identifier of the flow module.
      2981 2982 2983 2984 2985 2986 2987 2988  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 2981 class ContactFlowModuleSummary < Struct.new( :id, :arn, :name, :state) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the flow module.
      2981 2982 2983 2984 2985 2986 2987 2988  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 2981 class ContactFlowModuleSummary < Struct.new( :id, :arn, :name, :state) SENSITIVE = [] include Aws::Structure end  | 
  
#state ⇒ String
The type of flow module.
      2981 2982 2983 2984 2985 2986 2987 2988  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 2981 class ContactFlowModuleSummary < Struct.new( :id, :arn, :name, :state) SENSITIVE = [] include Aws::Structure end  |