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.
4345 4346 4347 4348 4349 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4345 class ContactFlowTypeCondition < Struct.new( :contact_flow_type) SENSITIVE = [] include Aws::Structure end |