Struct aws_sdk_iot::output::DescribeStreamOutput
source · #[non_exhaustive]pub struct DescribeStreamOutput { /* private fields */ }
Implementations§
source§impl DescribeStreamOutput
impl DescribeStreamOutput
sourcepub fn stream_info(&self) -> Option<&StreamInfo>
pub fn stream_info(&self) -> Option<&StreamInfo>
Information about the stream.
source§impl DescribeStreamOutput
impl DescribeStreamOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeStreamOutput
.
Trait Implementations§
source§impl Clone for DescribeStreamOutput
impl Clone for DescribeStreamOutput
source§fn clone(&self) -> DescribeStreamOutput
fn clone(&self) -> DescribeStreamOutput
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 DescribeStreamOutput
impl Debug for DescribeStreamOutput
source§impl PartialEq<DescribeStreamOutput> for DescribeStreamOutput
impl PartialEq<DescribeStreamOutput> for DescribeStreamOutput
source§fn eq(&self, other: &DescribeStreamOutput) -> bool
fn eq(&self, other: &DescribeStreamOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.