Struct aws_sdk_sso::output::ListAccountsOutput
source · #[non_exhaustive]pub struct ListAccountsOutput { /* private fields */ }
Implementations§
source§impl ListAccountsOutput
impl ListAccountsOutput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The page token client that is used to retrieve the list of accounts.
sourcepub fn account_list(&self) -> Option<&[AccountInfo]>
pub fn account_list(&self) -> Option<&[AccountInfo]>
A paginated response with the list of account information and the next token if more results are available.
source§impl ListAccountsOutput
impl ListAccountsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListAccountsOutput
.
Trait Implementations§
source§impl Clone for ListAccountsOutput
impl Clone for ListAccountsOutput
source§fn clone(&self) -> ListAccountsOutput
fn clone(&self) -> ListAccountsOutput
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 ListAccountsOutput
impl Debug for ListAccountsOutput
source§impl PartialEq<ListAccountsOutput> for ListAccountsOutput
impl PartialEq<ListAccountsOutput> for ListAccountsOutput
source§fn eq(&self, other: &ListAccountsOutput) -> bool
fn eq(&self, other: &ListAccountsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.