Class: Aws::Connect::Types::UpdateContactFlowMetadataRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::UpdateContactFlowMetadataRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #contact_flow_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the flow.
 - 
  
    
      #contact_flow_state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The state of flow.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The description of the flow.
 - 
  
    
      #instance_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the Amazon Connect instance.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the flow.
 
Instance Attribute Details
#contact_flow_id ⇒ String
The identifier of the flow.
      24323 24324 24325 24326 24327 24328 24329 24330 24331  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 24323 class UpdateContactFlowMetadataRequest < Struct.new( :instance_id, :contact_flow_id, :name, :description, :contact_flow_state) SENSITIVE = [] include Aws::Structure end  | 
  
#contact_flow_state ⇒ String
The state of flow.
      24323 24324 24325 24326 24327 24328 24329 24330 24331  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 24323 class UpdateContactFlowMetadataRequest < Struct.new( :instance_id, :contact_flow_id, :name, :description, :contact_flow_state) SENSITIVE = [] include Aws::Structure end  | 
  
#description ⇒ String
The description of the flow.
      24323 24324 24325 24326 24327 24328 24329 24330 24331  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 24323 class UpdateContactFlowMetadataRequest < Struct.new( :instance_id, :contact_flow_id, :name, :description, :contact_flow_state) 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
      24323 24324 24325 24326 24327 24328 24329 24330 24331  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 24323 class UpdateContactFlowMetadataRequest < Struct.new( :instance_id, :contact_flow_id, :name, :description, :contact_flow_state) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the flow.
      24323 24324 24325 24326 24327 24328 24329 24330 24331  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 24323 class UpdateContactFlowMetadataRequest < Struct.new( :instance_id, :contact_flow_id, :name, :description, :contact_flow_state) SENSITIVE = [] include Aws::Structure end  |