Class: Aws::Connect::Types::ContactFlowTypeCondition
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ContactFlowTypeCondition
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
The contact flow type condition.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_flow_type ⇒ String
Contact flow type of the contact flow type condition.
Instance Attribute Details
#contact_flow_type ⇒ String
Contact flow type of the contact flow type condition.
4382 4383 4384 4385 4386 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4382 class ContactFlowTypeCondition < Struct.new( :contact_flow_type) SENSITIVE = [] include Aws::Structure end |