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.
4351 4352 4353 4354 4355 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4351 class ContactFlowTypeCondition < Struct.new( :contact_flow_type) SENSITIVE = [] include Aws::Structure end |