Class: Aws::AppIntegrationsService::Types::EventFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppIntegrationsService::Types::EventFilter
- Defined in:
- gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb
Overview
Note:
When making an API call, you may pass EventFilter data as a hash:
{
source: "Source", # required
}
The event filter.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source ⇒ String
The source of the events.
Instance Attribute Details
#source ⇒ String
The source of the events.
338 339 340 341 342 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 338 class EventFilter < Struct.new( :source) SENSITIVE = [] include Aws::Structure end |