Struct aws_sdk_support::output::AddAttachmentsToSetOutput [−][src]
#[non_exhaustive]pub struct AddAttachmentsToSetOutput {
pub attachment_set_id: Option<String>,
pub expiry_time: Option<String>,
}
Expand description
The ID and expiry time of the attachment set returned by the AddAttachmentsToSet operation.
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.attachment_set_id: Option<String>
The ID of the attachment set. If an attachmentSetId
was not specified, a
new attachment set is created, and the ID of the set is returned in the response. If an
attachmentSetId
was specified, the attachments are added to the
specified set, if it exists.
expiry_time: Option<String>
The time and date when the attachment set expires.
Implementations
The ID of the attachment set. If an attachmentSetId
was not specified, a
new attachment set is created, and the ID of the set is returned in the response. If an
attachmentSetId
was specified, the attachments are added to the
specified set, if it exists.
The time and date when the attachment set expires.
Creates a new builder-style object to manufacture AddAttachmentsToSetOutput
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 AddAttachmentsToSetOutput
impl Send for AddAttachmentsToSetOutput
impl Sync for AddAttachmentsToSetOutput
impl Unpin for AddAttachmentsToSetOutput
impl UnwindSafe for AddAttachmentsToSetOutput
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