Struct aws_sdk_iotdataplane::output::ListRetainedMessagesOutput [−][src]
#[non_exhaustive]pub struct ListRetainedMessagesOutput {
pub retained_topics: Option<Vec<RetainedMessageSummary>>,
pub next_token: Option<String>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.retained_topics: Option<Vec<RetainedMessageSummary>>
A summary list the account's retained messages. The information returned doesn't include the message payloads of the retained messages.
next_token: Option<String>
The token for the next set of results, or null if there are no additional results.
Implementations
A summary list the account's retained messages. The information returned doesn't include the message payloads of the retained messages.
The token for the next set of results, or null if there are no additional results.
Creates a new builder-style object to manufacture ListRetainedMessagesOutput
Trait Implementations
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 RefUnwindSafe for ListRetainedMessagesOutput
impl Send for ListRetainedMessagesOutput
impl Sync for ListRetainedMessagesOutput
impl Unpin for ListRetainedMessagesOutput
impl UnwindSafe for ListRetainedMessagesOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more