Class: Aws::Connect::Types::RuleTriggerEventSource

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

Overview

The name of the event source. This field is required if TriggerEventSource is one of the following values: OnZendeskTicketCreate | OnZendeskTicketStatusUpdate | OnSalesforceCaseCreate | OnContactEvaluationSubmit | OnMetricDataUpdate.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_source_nameString

The name of the event source.

Returns:

  • (String)


15603
15604
15605
15606
15607
15608
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 15603

class RuleTriggerEventSource < Struct.new(
  :event_source_name,
  :integration_association_id)
  SENSITIVE = []
  include Aws::Structure
end

#integration_association_idString

The identifier for the integration association.

Returns:

  • (String)


15603
15604
15605
15606
15607
15608
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 15603

class RuleTriggerEventSource < Struct.new(
  :event_source_name,
  :integration_association_id)
  SENSITIVE = []
  include Aws::Structure
end