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 content of the flow.
-
#description ⇒ String
The description of the flow.
-
#id ⇒ String
The identifier of the flow.
-
#name ⇒ String
The name of the flow.
-
#state ⇒ String
The type of flow.
-
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
-
#type ⇒ String
The type of the flow.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the flow.
1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1045 class ContactFlow < Struct.new( :arn, :id, :name, :type, :state, :description, :content, :tags) SENSITIVE = [] include Aws::Structure end |
#content ⇒ String
The content of the flow.
1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1045 class ContactFlow < Struct.new( :arn, :id, :name, :type, :state, :description, :content, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the flow.
1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1045 class ContactFlow < Struct.new( :arn, :id, :name, :type, :state, :description, :content, :tags) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of the flow.
1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1045 class ContactFlow < Struct.new( :arn, :id, :name, :type, :state, :description, :content, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the flow.
1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1045 class ContactFlow < Struct.new( :arn, :id, :name, :type, :state, :description, :content, :tags) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The type of flow.
1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1045 class ContactFlow < Struct.new( :arn, :id, :name, :type, :state, :description, :content, :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": {"key1":"value1", "key2":"value2"\} \}.
1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1045 class ContactFlow < Struct.new( :arn, :id, :name, :type, :state, :description, :content, :tags) 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.
1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1045 class ContactFlow < Struct.new( :arn, :id, :name, :type, :state, :description, :content, :tags) SENSITIVE = [] include Aws::Structure end |