Struct aws_sdk_iotdataplane::model::retained_message_summary::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for RetainedMessageSummary
Implementations
The topic name to which the retained message was published.
The topic name to which the retained message was published.
The size of the retained message's payload in bytes.
The size of the retained message's payload in bytes.
The quality of service (QoS) level used to publish the retained message.
The quality of service (QoS) level used to publish the retained message.
The Epoch date and time, in milliseconds, when the retained message was stored by IoT.
The Epoch date and time, in milliseconds, when the retained message was stored by IoT.
Consumes the builder and constructs a RetainedMessageSummary
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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