Class: Aws::Connect::Types::ContactFlowTypeCondition

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

The contact flow type condition.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contact_flow_typeString

Contact flow type of the contact flow type condition.

Returns:

  • (String)


4345
4346
4347
4348
4349
# File 'lib/aws-sdk-connect/types.rb', line 4345

class ContactFlowTypeCondition < Struct.new(
  :contact_flow_type)
  SENSITIVE = []
  include Aws::Structure
end