Class: Aws::AppIntegrationsService::Types::EventFilter

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

Overview

The event filter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sourceString

The source of the events.

Returns:

  • (String)


502
503
504
505
506
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 502

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