Struct aws_sdk_iot::input::CreateStreamInput [−][src]
#[non_exhaustive]pub struct CreateStreamInput {
pub stream_id: Option<String>,
pub description: Option<String>,
pub files: Option<Vec<StreamFile>>,
pub role_arn: Option<String>,
pub tags: Option<Vec<Tag>>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.stream_id: Option<String>
The stream ID.
description: Option<String>
A description of the stream.
files: Option<Vec<StreamFile>>
The files to stream.
role_arn: Option<String>
An IAM role that allows the IoT service principal to access your S3 files.
Metadata which can be used to manage streams.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateStream, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateStream, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateStream
>
Creates a new builder-style object to manufacture CreateStreamInput
A description of the stream.
An IAM role that allows the IoT service principal to access your S3 files.
Metadata which can be used to manage streams.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for CreateStreamInput
impl Send for CreateStreamInput
impl Sync for CreateStreamInput
impl Unpin for CreateStreamInput
impl UnwindSafe for CreateStreamInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more