Class: Aws::Types::ContactFlowSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1156
1157
1158
# File 'sig/types.rbs', line 1156

def arn
  @arn
end

#contact_flow_state"ACTIVE", "ARCHIVED"

Returns the value of attribute contact_flow_state.

Returns:

  • ("ACTIVE", "ARCHIVED")


1159
1160
1161
# File 'sig/types.rbs', line 1159

def contact_flow_state
  @contact_flow_state
end

#contact_flow_status"PUBLISHED", "SAVED"

Returns the value of attribute contact_flow_status.

Returns:

  • ("PUBLISHED", "SAVED")


1160
1161
1162
# File 'sig/types.rbs', line 1160

def contact_flow_status
  @contact_flow_status
end

#contact_flow_type"CONTACT_FLOW", ...

Returns the value of attribute contact_flow_type.

Returns:

  • ("CONTACT_FLOW", "CUSTOMER_QUEUE", "CUSTOMER_HOLD", "CUSTOMER_WHISPER", "AGENT_HOLD", "AGENT_WHISPER", "OUTBOUND_WHISPER", "AGENT_TRANSFER", "QUEUE_TRANSFER", "CAMPAIGN")


1158
1159
1160
# File 'sig/types.rbs', line 1158

def contact_flow_type
  @contact_flow_type
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1155
1156
1157
# File 'sig/types.rbs', line 1155

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1157
1158
1159
# File 'sig/types.rbs', line 1157

def name
  @name
end