Class: Aws::Connect::Types::ContactFlowModule
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::ContactFlowModule
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Contains information about a flow module.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN).
 - 
  
    
      #content  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The JSON string that represents the content of the flow.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The description 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.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the flow module.
 - 
  
    
      #tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The tags used to organize, track, or control access for this resource.
 
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN).
      2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 2889 class ContactFlowModule < Struct.new( :arn, :id, :name, :content, :description, :state, :status, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#content ⇒ String
The JSON string that represents the content of the flow. For an example, see [Example flow in Amazon Connect Flow language].
[1]: docs.aws.amazon.com/connect/latest/APIReference/flow-language-example.html
      2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 2889 class ContactFlowModule < Struct.new( :arn, :id, :name, :content, :description, :state, :status, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#description ⇒ String
The description of the flow module.
      2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 2889 class ContactFlowModule < Struct.new( :arn, :id, :name, :content, :description, :state, :status, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#id ⇒ String
The identifier of the flow module.
      2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 2889 class ContactFlowModule < Struct.new( :arn, :id, :name, :content, :description, :state, :status, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the flow module.
      2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 2889 class ContactFlowModule < Struct.new( :arn, :id, :name, :content, :description, :state, :status, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#state ⇒ String
The type of flow module.
      2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 2889 class ContactFlowModule < Struct.new( :arn, :id, :name, :content, :description, :state, :status, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The status of the flow module.
      2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 2889 class ContactFlowModule < Struct.new( :arn, :id, :name, :content, :description, :state, :status, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource. For example, { “Tags”: “key2”:“value2” }.
      2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 2889 class ContactFlowModule < Struct.new( :arn, :id, :name, :content, :description, :state, :status, :tags) SENSITIVE = [] include Aws::Structure end  |