Class: Aws::Connect::Types::CreateContactFlowModuleResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::CreateContactFlowModuleResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
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.
 
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the flow module.
      3554 3555 3556 3557 3558 3559  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 3554 class CreateContactFlowModuleResponse < Struct.new( :id, :arn) SENSITIVE = [] include Aws::Structure end  | 
  
#id ⇒ String
The identifier of the flow module.
      3554 3555 3556 3557 3558 3559  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 3554 class CreateContactFlowModuleResponse < Struct.new( :id, :arn) SENSITIVE = [] include Aws::Structure end  |