Struct rusoto_iot::CreateStreamRequest [] [src]

pub struct CreateStreamRequest {
    pub description: Option<String>,
    pub files: Vec<StreamFile>,
    pub role_arn: String,
    pub stream_id: String,
}

Fields

A description of the stream.

The files to stream.

An IAM role that allows the IoT service principal assumes to access your S3 files.

The stream ID.

Trait Implementations

impl Default for CreateStreamRequest
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for CreateStreamRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CreateStreamRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations