Class: Aws::Connect::Types::ContactFlow
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ContactFlow
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Contains information about a flow.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the flow.
-
#content ⇒ String
The JSON string that represents the content of the flow.
-
#description ⇒ String
The description of the flow.
-
#flow_content_sha_256 ⇒ String
Indicates the checksum value of the flow content.
-
#id ⇒ String
The identifier of the flow.
-
#last_modified_region ⇒ String
The region in which the flow was last modified.
-
#last_modified_time ⇒ Time
The time at which the flow was last modified.
-
#name ⇒ String
The name of the flow.
-
#state ⇒ String
The type of flow.
-
#status ⇒ String
The status of the flow.
-
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
-
#type ⇒ String
The type of the flow.
-
#version ⇒ Integer
The identifier of the flow version.
-
#version_description ⇒ String
The description of the flow version.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the flow.
2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2695 class ContactFlow < Struct.new( :arn, :id, :name, :type, :state, :status, :description, :content, :tags, :flow_content_sha_256, :version, :version_description, :last_modified_time, :last_modified_region) 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.
Length Constraints: Minimum length of 1. Maximum length of 256000.
2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2695 class ContactFlow < Struct.new( :arn, :id, :name, :type, :state, :status, :description, :content, :tags, :flow_content_sha_256, :version, :version_description, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the flow.
2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2695 class ContactFlow < Struct.new( :arn, :id, :name, :type, :state, :status, :description, :content, :tags, :flow_content_sha_256, :version, :version_description, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#flow_content_sha_256 ⇒ String
Indicates the checksum value of the flow content.
2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2695 class ContactFlow < Struct.new( :arn, :id, :name, :type, :state, :status, :description, :content, :tags, :flow_content_sha_256, :version, :version_description, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of the flow.
2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2695 class ContactFlow < Struct.new( :arn, :id, :name, :type, :state, :status, :description, :content, :tags, :flow_content_sha_256, :version, :version_description, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#last_modified_region ⇒ String
The region in which the flow was last modified
2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2695 class ContactFlow < Struct.new( :arn, :id, :name, :type, :state, :status, :description, :content, :tags, :flow_content_sha_256, :version, :version_description, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The time at which the flow was last modified.
2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2695 class ContactFlow < Struct.new( :arn, :id, :name, :type, :state, :status, :description, :content, :tags, :flow_content_sha_256, :version, :version_description, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the flow.
2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2695 class ContactFlow < Struct.new( :arn, :id, :name, :type, :state, :status, :description, :content, :tags, :flow_content_sha_256, :version, :version_description, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The type of flow.
2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2695 class ContactFlow < Struct.new( :arn, :id, :name, :type, :state, :status, :description, :content, :tags, :flow_content_sha_256, :version, :version_description, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the flow.
2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2695 class ContactFlow < Struct.new( :arn, :id, :name, :type, :state, :status, :description, :content, :tags, :flow_content_sha_256, :version, :version_description, :last_modified_time, :last_modified_region) 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" }.
2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2695 class ContactFlow < Struct.new( :arn, :id, :name, :type, :state, :status, :description, :content, :tags, :flow_content_sha_256, :version, :version_description, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the flow. For descriptions of the available types, see Choose a flow type in the Amazon Connect Administrator Guide.
2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2695 class ContactFlow < Struct.new( :arn, :id, :name, :type, :state, :status, :description, :content, :tags, :flow_content_sha_256, :version, :version_description, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#version ⇒ Integer
The identifier of the flow version.
2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2695 class ContactFlow < Struct.new( :arn, :id, :name, :type, :state, :status, :description, :content, :tags, :flow_content_sha_256, :version, :version_description, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#version_description ⇒ String
The description of the flow version.
2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2695 class ContactFlow < Struct.new( :arn, :id, :name, :type, :state, :status, :description, :content, :tags, :flow_content_sha_256, :version, :version_description, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |