Struct aws_sdk_scheduler::model::EventBridgeParameters
source · #[non_exhaustive]pub struct EventBridgeParameters { /* private fields */ }
Expand description
The templated target type for the EventBridge PutEvents
API operation.
Implementations§
source§impl EventBridgeParameters
impl EventBridgeParameters
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EventBridgeParameters
.
Trait Implementations§
source§impl Clone for EventBridgeParameters
impl Clone for EventBridgeParameters
source§fn clone(&self) -> EventBridgeParameters
fn clone(&self) -> EventBridgeParameters
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 EventBridgeParameters
impl Debug for EventBridgeParameters
source§impl PartialEq<EventBridgeParameters> for EventBridgeParameters
impl PartialEq<EventBridgeParameters> for EventBridgeParameters
source§fn eq(&self, other: &EventBridgeParameters) -> bool
fn eq(&self, other: &EventBridgeParameters) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.