Struct aws_sdk_appstream::operation::batch_disassociate_user_stack::BatchDisassociateUserStackOutput
source · #[non_exhaustive]pub struct BatchDisassociateUserStackOutput { /* private fields */ }
Implementations§
source§impl BatchDisassociateUserStackOutput
impl BatchDisassociateUserStackOutput
sourcepub fn errors(&self) -> Option<&[UserStackAssociationError]>
pub fn errors(&self) -> Option<&[UserStackAssociationError]>
The list of UserStackAssociationError objects.
source§impl BatchDisassociateUserStackOutput
impl BatchDisassociateUserStackOutput
sourcepub fn builder() -> BatchDisassociateUserStackOutputBuilder
pub fn builder() -> BatchDisassociateUserStackOutputBuilder
Creates a new builder-style object to manufacture BatchDisassociateUserStackOutput
.
Trait Implementations§
source§impl Clone for BatchDisassociateUserStackOutput
impl Clone for BatchDisassociateUserStackOutput
source§fn clone(&self) -> BatchDisassociateUserStackOutput
fn clone(&self) -> BatchDisassociateUserStackOutput
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§impl PartialEq<BatchDisassociateUserStackOutput> for BatchDisassociateUserStackOutput
impl PartialEq<BatchDisassociateUserStackOutput> for BatchDisassociateUserStackOutput
source§fn eq(&self, other: &BatchDisassociateUserStackOutput) -> bool
fn eq(&self, other: &BatchDisassociateUserStackOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for BatchDisassociateUserStackOutput
impl RequestId for BatchDisassociateUserStackOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.