Class: Aws::Connect::Types::ContactFlowSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ContactFlowSummary
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Contains summary information about a flow.
You can also create and update flows using the Amazon Connect Flow language.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the flow.
-
#contact_flow_state ⇒ String
The type of flow.
-
#contact_flow_status ⇒ String
The status of the contact flow.
-
#contact_flow_type ⇒ String
The type of flow.
-
#id ⇒ String
The identifier of the flow.
-
#name ⇒ String
The name of the flow.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the flow.
2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2889 class ContactFlowSummary < Struct.new( :id, :arn, :name, :contact_flow_type, :contact_flow_state, :contact_flow_status) SENSITIVE = [] include Aws::Structure end |
#contact_flow_state ⇒ String
The type of flow.
2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2889 class ContactFlowSummary < Struct.new( :id, :arn, :name, :contact_flow_type, :contact_flow_state, :contact_flow_status) SENSITIVE = [] include Aws::Structure end |
#contact_flow_status ⇒ String
The status of the contact flow.
2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2889 class ContactFlowSummary < Struct.new( :id, :arn, :name, :contact_flow_type, :contact_flow_state, :contact_flow_status) SENSITIVE = [] include Aws::Structure end |
#contact_flow_type ⇒ String
The type of flow.
2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2889 class ContactFlowSummary < Struct.new( :id, :arn, :name, :contact_flow_type, :contact_flow_state, :contact_flow_status) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of the flow.
2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2889 class ContactFlowSummary < Struct.new( :id, :arn, :name, :contact_flow_type, :contact_flow_state, :contact_flow_status) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the flow.
2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2889 class ContactFlowSummary < Struct.new( :id, :arn, :name, :contact_flow_type, :contact_flow_state, :contact_flow_status) SENSITIVE = [] include Aws::Structure end |