Struct aws_sdk_workdocs::model::ShareResult
source · #[non_exhaustive]pub struct ShareResult { /* private fields */ }
Expand description
Describes the share results of a resource.
Implementations§
sourcepub fn principal_id(&self) -> Option<&str>
pub fn principal_id(&self) -> Option<&str>
The ID of the principal.
sourcepub fn invitee_principal_id(&self) -> Option<&str>
pub fn invitee_principal_id(&self) -> Option<&str>
The ID of the invited user.
sourcepub fn status(&self) -> Option<&ShareStatusType>
pub fn status(&self) -> Option<&ShareStatusType>
The status.
The ID of the resource that was shared.
sourcepub fn status_message(&self) -> Option<&str>
pub fn status_message(&self) -> Option<&str>
The status message.
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ShareResult
.
Trait Implementations§
source§fn clone(&self) -> ShareResult
fn clone(&self) -> ShareResult
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§fn eq(&self, other: &ShareResult) -> bool
fn eq(&self, other: &ShareResult) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.