Struct rusoto_iot::UpdateStreamRequest [] [src]

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

Fields

The description of the stream.

The files associated with the stream.

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

The stream ID.

Trait Implementations

impl Default for UpdateStreamRequest
[src]

[src]

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

impl Debug for UpdateStreamRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for UpdateStreamRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations