Struct aws_sdk_eventbridge::model::ReplayDestination
source · #[non_exhaustive]pub struct ReplayDestination { /* private fields */ }Expand description
A ReplayDestination object that contains details about a replay.
Implementations§
source§impl ReplayDestination
impl ReplayDestination
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ReplayDestination.
Trait Implementations§
source§impl Clone for ReplayDestination
impl Clone for ReplayDestination
source§fn clone(&self) -> ReplayDestination
fn clone(&self) -> ReplayDestination
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 ReplayDestination
impl Debug for ReplayDestination
source§impl PartialEq<ReplayDestination> for ReplayDestination
impl PartialEq<ReplayDestination> for ReplayDestination
source§fn eq(&self, other: &ReplayDestination) -> bool
fn eq(&self, other: &ReplayDestination) -> bool
This method tests for
self and other values to be equal, and is used
by ==.