#[non_exhaustive]pub struct EventIntegrationAssociation {
pub event_integration_association_arn: Option<String>,
pub event_integration_association_id: Option<String>,
pub event_integration_name: Option<String>,
pub client_id: Option<String>,
pub event_bridge_rule_name: Option<String>,
pub client_association_metadata: Option<HashMap<String, String>>,
}
Expand description
The event integration association.
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_association_arn: Option<String>
The Amazon Resource Name (ARN) for the event integration association.
event_integration_association_id: Option<String>
The identifier for the event integration association.
event_integration_name: Option<String>
The name of the event integration.
client_id: Option<String>
The identifier for the client that is associated with the event integration.
event_bridge_rule_name: Option<String>
The name of the EventBridge rule.
client_association_metadata: Option<HashMap<String, String>>
The metadata associated with the client.
Implementations
The Amazon Resource Name (ARN) for the event integration association.
The identifier for the event integration association.
The name of the event integration.
The identifier for the client that is associated with the event integration.
The name of the EventBridge rule.
Creates a new builder-style object to manufacture EventIntegrationAssociation
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 EventIntegrationAssociation
impl Send for EventIntegrationAssociation
impl Sync for EventIntegrationAssociation
impl Unpin for EventIntegrationAssociation
impl UnwindSafe for EventIntegrationAssociation
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