Struct aws_sdk_iot::input::DescribeStreamInput
source · #[non_exhaustive]pub struct DescribeStreamInput { /* private fields */ }
Implementations§
source§impl DescribeStreamInput
impl DescribeStreamInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeStream, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeStream, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeStream
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeStreamInput
.
Trait Implementations§
source§impl Clone for DescribeStreamInput
impl Clone for DescribeStreamInput
source§fn clone(&self) -> DescribeStreamInput
fn clone(&self) -> DescribeStreamInput
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 DescribeStreamInput
impl Debug for DescribeStreamInput
source§impl PartialEq<DescribeStreamInput> for DescribeStreamInput
impl PartialEq<DescribeStreamInput> for DescribeStreamInput
source§fn eq(&self, other: &DescribeStreamInput) -> bool
fn eq(&self, other: &DescribeStreamInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.