#[non_exhaustive]pub struct EnableKinesisStreamingDestinationOutput { /* private fields */ }
Implementations
sourceimpl EnableKinesisStreamingDestinationOutput
impl EnableKinesisStreamingDestinationOutput
sourcepub fn table_name(&self) -> Option<&str>
pub fn table_name(&self) -> Option<&str>
The name of the table being modified.
sourcepub fn stream_arn(&self) -> Option<&str>
pub fn stream_arn(&self) -> Option<&str>
The ARN for the specific Kinesis data stream.
sourcepub fn destination_status(&self) -> Option<&DestinationStatus>
pub fn destination_status(&self) -> Option<&DestinationStatus>
The current status of the replication.
sourceimpl EnableKinesisStreamingDestinationOutput
impl EnableKinesisStreamingDestinationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EnableKinesisStreamingDestinationOutput
.
Trait Implementations
sourceimpl Clone for EnableKinesisStreamingDestinationOutput
impl Clone for EnableKinesisStreamingDestinationOutput
sourcefn clone(&self) -> EnableKinesisStreamingDestinationOutput
fn clone(&self) -> EnableKinesisStreamingDestinationOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<EnableKinesisStreamingDestinationOutput> for EnableKinesisStreamingDestinationOutput
impl PartialEq<EnableKinesisStreamingDestinationOutput> for EnableKinesisStreamingDestinationOutput
sourcefn eq(&self, other: &EnableKinesisStreamingDestinationOutput) -> bool
fn eq(&self, other: &EnableKinesisStreamingDestinationOutput) -> bool
impl StructuralPartialEq for EnableKinesisStreamingDestinationOutput
Auto Trait Implementations
impl RefUnwindSafe for EnableKinesisStreamingDestinationOutput
impl Send for EnableKinesisStreamingDestinationOutput
impl Sync for EnableKinesisStreamingDestinationOutput
impl Unpin for EnableKinesisStreamingDestinationOutput
impl UnwindSafe for EnableKinesisStreamingDestinationOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more