Struct rusoto_iot::Stream [] [src]

pub struct Stream {
    pub file_id: Option<i64>,
    pub stream_id: Option<String>,
}

Describes a group of files that can be streamed.

Fields

The ID of a file associated with a stream.

The stream ID.

Trait Implementations

impl Default for Stream
[src]

[src]

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

impl Debug for Stream
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Stream
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Stream

impl Sync for Stream