Struct aws_sdk_appintegrations::output::GetEventIntegrationOutput [−][src]
#[non_exhaustive]pub struct GetEventIntegrationOutput {
pub name: Option<String>,
pub description: Option<String>,
pub event_integration_arn: Option<String>,
pub event_bridge_bus: Option<String>,
pub event_filter: Option<EventFilter>,
pub tags: Option<HashMap<String, String>>,
}
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.name: Option<String>
The name of the event integration.
description: Option<String>
The description of the event integration.
event_integration_arn: Option<String>
The Amazon Resource Name (ARN) for the event integration.
event_bridge_bus: Option<String>
The EventBridge bus.
event_filter: Option<EventFilter>
The event filter.
One or more tags.
Implementations
The description of the event integration.
The Amazon Resource Name (ARN) for the event integration.
The EventBridge bus.
The event filter.
One or more tags.
Creates a new builder-style object to manufacture GetEventIntegrationOutput
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 GetEventIntegrationOutput
impl Send for GetEventIntegrationOutput
impl Sync for GetEventIntegrationOutput
impl Unpin for GetEventIntegrationOutput
impl UnwindSafe for GetEventIntegrationOutput
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