#[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() -> Builder
pub fn builder() -> Builder
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 more