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]

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

impl Debug for Stream
[src]

Formats the value using the given formatter. Read more

impl Clone for Stream
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Stream
[src]

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 Send for Stream

impl Sync for Stream