Struct aws_sdk_iot::model::StreamFile
source · #[non_exhaustive]pub struct StreamFile { /* private fields */ }
Expand description
Represents a file to stream.
Implementations§
source§impl StreamFile
impl StreamFile
sourcepub fn s3_location(&self) -> Option<&S3Location>
pub fn s3_location(&self) -> Option<&S3Location>
The location of the file in S3.
source§impl StreamFile
impl StreamFile
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StreamFile
.
Trait Implementations§
source§impl Clone for StreamFile
impl Clone for StreamFile
source§fn clone(&self) -> StreamFile
fn clone(&self) -> StreamFile
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for StreamFile
impl Debug for StreamFile
source§impl PartialEq<StreamFile> for StreamFile
impl PartialEq<StreamFile> for StreamFile
source§fn eq(&self, other: &StreamFile) -> bool
fn eq(&self, other: &StreamFile) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.