#[non_exhaustive]pub struct ListAccountAssignmentsOutput { /* private fields */ }
Implementations§
source§impl ListAccountAssignmentsOutput
impl ListAccountAssignmentsOutput
sourcepub fn account_assignments(&self) -> Option<&[AccountAssignment]>
pub fn account_assignments(&self) -> Option<&[AccountAssignment]>
The list of assignments that match the input AWS account and permission set.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.
source§impl ListAccountAssignmentsOutput
impl ListAccountAssignmentsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListAccountAssignmentsOutput
.
Trait Implementations§
source§impl Clone for ListAccountAssignmentsOutput
impl Clone for ListAccountAssignmentsOutput
source§fn clone(&self) -> ListAccountAssignmentsOutput
fn clone(&self) -> ListAccountAssignmentsOutput
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 Debug for ListAccountAssignmentsOutput
impl Debug for ListAccountAssignmentsOutput
source§impl PartialEq<ListAccountAssignmentsOutput> for ListAccountAssignmentsOutput
impl PartialEq<ListAccountAssignmentsOutput> for ListAccountAssignmentsOutput
source§fn eq(&self, other: &ListAccountAssignmentsOutput) -> bool
fn eq(&self, other: &ListAccountAssignmentsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.