Struct aws_sdk_appstream::operation::describe_user_stack_associations::DescribeUserStackAssociationsOutput
source · #[non_exhaustive]pub struct DescribeUserStackAssociationsOutput { /* private fields */ }
Implementations§
source§impl DescribeUserStackAssociationsOutput
impl DescribeUserStackAssociationsOutput
sourcepub fn user_stack_associations(&self) -> Option<&[UserStackAssociation]>
pub fn user_stack_associations(&self) -> Option<&[UserStackAssociation]>
The UserStackAssociation objects.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
source§impl DescribeUserStackAssociationsOutput
impl DescribeUserStackAssociationsOutput
sourcepub fn builder() -> DescribeUserStackAssociationsOutputBuilder
pub fn builder() -> DescribeUserStackAssociationsOutputBuilder
Creates a new builder-style object to manufacture DescribeUserStackAssociationsOutput
.
Trait Implementations§
source§impl Clone for DescribeUserStackAssociationsOutput
impl Clone for DescribeUserStackAssociationsOutput
source§fn clone(&self) -> DescribeUserStackAssociationsOutput
fn clone(&self) -> DescribeUserStackAssociationsOutput
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<DescribeUserStackAssociationsOutput> for DescribeUserStackAssociationsOutput
impl PartialEq<DescribeUserStackAssociationsOutput> for DescribeUserStackAssociationsOutput
source§fn eq(&self, other: &DescribeUserStackAssociationsOutput) -> bool
fn eq(&self, other: &DescribeUserStackAssociationsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DescribeUserStackAssociationsOutput
impl RequestId for DescribeUserStackAssociationsOutput
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.