Struct rusoto_iot::StreamFile [] [src]

pub struct StreamFile {
    pub file_id: Option<i64>,
    pub s_3_location: Option<S3Location>,
}

Represents a file to stream.

Fields

The file ID.

The location of the file in S3.

Trait Implementations

impl Default for StreamFile
[src]

[src]

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

impl Debug for StreamFile
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for StreamFile
[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 StreamFile

impl Sync for StreamFile