Class: Aws::Connect::Types::DeleteContactFlowModuleRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::DeleteContactFlowModuleRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #contact_flow_module_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the flow module.
 - 
  
    
      #instance_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the Amazon Connect instance.
 
Instance Attribute Details
#contact_flow_module_id ⇒ String
The identifier of the flow module.
      5991 5992 5993 5994 5995 5996  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 5991 class DeleteContactFlowModuleRequest < Struct.new( :instance_id, :contact_flow_module_id) SENSITIVE = [] include Aws::Structure end  | 
  
#instance_id ⇒ String
The identifier of the Amazon Connect instance. You can [find the instance ID] in the Amazon Resource Name (ARN) of the instance.
[1]: docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
      5991 5992 5993 5994 5995 5996  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 5991 class DeleteContactFlowModuleRequest < Struct.new( :instance_id, :contact_flow_module_id) SENSITIVE = [] include Aws::Structure end  |