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.
4510 4511 4512 4513 4514 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4510 class ContactFlowTypeCondition < Struct.new( :contact_flow_type) SENSITIVE = [] include Aws::Structure end |