Struct aws_sdk_rekognition::model::StreamProcessorOutput
source · [−]#[non_exhaustive]pub struct StreamProcessorOutput { /* private fields */ }Expand description
Information about the Amazon Kinesis Data Streams stream to which a Amazon Rekognition Video stream processor streams the results of a video analysis. For more information, see CreateStreamProcessor in the Amazon Rekognition Developer Guide.
Implementations
sourceimpl StreamProcessorOutput
impl StreamProcessorOutput
sourcepub fn kinesis_data_stream(&self) -> Option<&KinesisDataStream>
pub fn kinesis_data_stream(&self) -> Option<&KinesisDataStream>
The Amazon Kinesis Data Streams stream to which the Amazon Rekognition stream processor streams the analysis results.
sourcepub fn s3_destination(&self) -> Option<&S3Destination>
pub fn s3_destination(&self) -> Option<&S3Destination>
The Amazon S3 bucket location to which Amazon Rekognition publishes the detailed inference results of a video analysis operation.
sourceimpl StreamProcessorOutput
impl StreamProcessorOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StreamProcessorOutput.
Trait Implementations
sourceimpl Clone for StreamProcessorOutput
impl Clone for StreamProcessorOutput
sourcefn clone(&self) -> StreamProcessorOutput
fn clone(&self) -> StreamProcessorOutput
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 StreamProcessorOutput
impl Debug for StreamProcessorOutput
sourceimpl PartialEq<StreamProcessorOutput> for StreamProcessorOutput
impl PartialEq<StreamProcessorOutput> for StreamProcessorOutput
sourcefn eq(&self, other: &StreamProcessorOutput) -> bool
fn eq(&self, other: &StreamProcessorOutput) -> bool
impl StructuralPartialEq for StreamProcessorOutput
Auto Trait Implementations
impl RefUnwindSafe for StreamProcessorOutput
impl Send for StreamProcessorOutput
impl Sync for StreamProcessorOutput
impl Unpin for StreamProcessorOutput
impl UnwindSafe for StreamProcessorOutput
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