#[non_exhaustive]pub struct CreateStreamProcessorOutput { /* private fields */ }Implementations
sourceimpl CreateStreamProcessorOutput
impl CreateStreamProcessorOutput
sourcepub fn stream_processor_arn(&self) -> Option<&str>
pub fn stream_processor_arn(&self) -> Option<&str>
Amazon Resource Number for the newly created stream processor.
sourceimpl CreateStreamProcessorOutput
impl CreateStreamProcessorOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateStreamProcessorOutput.
Trait Implementations
sourceimpl Clone for CreateStreamProcessorOutput
impl Clone for CreateStreamProcessorOutput
sourcefn clone(&self) -> CreateStreamProcessorOutput
fn clone(&self) -> CreateStreamProcessorOutput
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 Debug for CreateStreamProcessorOutput
impl Debug for CreateStreamProcessorOutput
sourceimpl PartialEq<CreateStreamProcessorOutput> for CreateStreamProcessorOutput
impl PartialEq<CreateStreamProcessorOutput> for CreateStreamProcessorOutput
sourcefn eq(&self, other: &CreateStreamProcessorOutput) -> bool
fn eq(&self, other: &CreateStreamProcessorOutput) -> bool
impl StructuralPartialEq for CreateStreamProcessorOutput
Auto Trait Implementations
impl RefUnwindSafe for CreateStreamProcessorOutput
impl Send for CreateStreamProcessorOutput
impl Sync for CreateStreamProcessorOutput
impl Unpin for CreateStreamProcessorOutput
impl UnwindSafe for CreateStreamProcessorOutput
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