Struct aws_sdk_iotanalytics::model::ChannelMessages  
source · [−]#[non_exhaustive]pub struct ChannelMessages { /* private fields */ }Expand description
Specifies one or more sets of channel messages.
Implementations
sourceimpl ChannelMessages
 
impl ChannelMessages
sourcepub fn s3_paths(&self) -> Option<&[String]>
 
pub fn s3_paths(&self) -> Option<&[String]>
Specifies one or more keys that identify the Amazon Simple Storage Service (Amazon S3) objects that save your channel messages.
You must use the full path for the key.
Example path: channel/mychannel/__dt=2020-02-29 00:00:00/1582940490000_1582940520000_123456789012_mychannel_0_2118.0.json.gz 
sourceimpl ChannelMessages
 
impl ChannelMessages
sourcepub fn builder() -> Builder
 
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ChannelMessages.
Trait Implementations
sourceimpl Clone for ChannelMessages
 
impl Clone for ChannelMessages
sourcefn clone(&self) -> ChannelMessages
 
fn clone(&self) -> ChannelMessages
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ChannelMessages
 
impl Debug for ChannelMessages
sourceimpl PartialEq<ChannelMessages> for ChannelMessages
 
impl PartialEq<ChannelMessages> for ChannelMessages
sourcefn eq(&self, other: &ChannelMessages) -> bool
 
fn eq(&self, other: &ChannelMessages) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &ChannelMessages) -> bool
 
fn ne(&self, other: &ChannelMessages) -> bool
This method tests for !=.
impl StructuralPartialEq for ChannelMessages
Auto Trait Implementations
impl RefUnwindSafe for ChannelMessages
impl Send for ChannelMessages
impl Sync for ChannelMessages
impl Unpin for ChannelMessages
impl UnwindSafe for ChannelMessages
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
 
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
 
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
 
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
 
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
    S: Into<Dispatch>, 
 
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
    S: Into<Dispatch>, 
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
 
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more