Struct aws_sdk_appintegrations::model::EventIntegration [−][src]
#[non_exhaustive]pub struct EventIntegration {
pub event_integration_arn: Option<String>,
pub name: Option<String>,
pub description: Option<String>,
pub event_filter: Option<EventFilter>,
pub event_bridge_bus: Option<String>,
pub tags: Option<HashMap<String, String>>,
}
Expand description
The event integration.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.event_integration_arn: Option<String>
The Amazon Resource Name (ARN) of the event integration.
name: Option<String>
The name of the event integration.
description: Option<String>
The event integration description.
event_filter: Option<EventFilter>
The event integration filter.
event_bridge_bus: Option<String>
The Amazon EventBridge bus for the event integration.
The tags.
Implementations
The Amazon Resource Name (ARN) of the event integration.
The event integration description.
The event integration filter.
The Amazon EventBridge bus for the event integration.
The tags.
Creates a new builder-style object to manufacture EventIntegration
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for EventIntegration
impl Send for EventIntegration
impl Sync for EventIntegration
impl Unpin for EventIntegration
impl UnwindSafe for EventIntegration
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more