Struct aws_sdk_appintegrations::types::EventIntegration
source · #[non_exhaustive]pub struct EventIntegration { /* private fields */ }
Expand description
The event integration.
Implementations§
source§impl EventIntegration
impl EventIntegration
sourcepub fn event_integration_arn(&self) -> Option<&str>
pub fn event_integration_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the event integration.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The event integration description.
sourcepub fn event_filter(&self) -> Option<&EventFilter>
pub fn event_filter(&self) -> Option<&EventFilter>
The event integration filter.
sourcepub fn event_bridge_bus(&self) -> Option<&str>
pub fn event_bridge_bus(&self) -> Option<&str>
The Amazon EventBridge bus for the event integration.
The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
source§impl EventIntegration
impl EventIntegration
sourcepub fn builder() -> EventIntegrationBuilder
pub fn builder() -> EventIntegrationBuilder
Creates a new builder-style object to manufacture EventIntegration
.
Trait Implementations§
source§impl Clone for EventIntegration
impl Clone for EventIntegration
source§fn clone(&self) -> EventIntegration
fn clone(&self) -> EventIntegration
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for EventIntegration
impl Debug for EventIntegration
source§impl PartialEq<EventIntegration> for EventIntegration
impl PartialEq<EventIntegration> for EventIntegration
source§fn eq(&self, other: &EventIntegration) -> bool
fn eq(&self, other: &EventIntegration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.