Class: Aws::Connect::Types::CreateContactFlowResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::CreateContactFlowResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #contact_flow_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the flow.
 - 
  
    
      #contact_flow_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the flow.
 - 
  
    
      #flow_content_sha_256  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates the checksum value of the latest published flow content.
 
Instance Attribute Details
#contact_flow_arn ⇒ String
The Amazon Resource Name (ARN) of the flow.
      3634 3635 3636 3637 3638 3639 3640  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 3634 class CreateContactFlowResponse < Struct.new( :contact_flow_id, :contact_flow_arn, :flow_content_sha_256) SENSITIVE = [] include Aws::Structure end  | 
  
#contact_flow_id ⇒ String
The identifier of the flow.
      3634 3635 3636 3637 3638 3639 3640  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 3634 class CreateContactFlowResponse < Struct.new( :contact_flow_id, :contact_flow_arn, :flow_content_sha_256) SENSITIVE = [] include Aws::Structure end  | 
  
#flow_content_sha_256 ⇒ String
Indicates the checksum value of the latest published flow content.
      3634 3635 3636 3637 3638 3639 3640  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 3634 class CreateContactFlowResponse < Struct.new( :contact_flow_id, :contact_flow_arn, :flow_content_sha_256) SENSITIVE = [] include Aws::Structure end  |