#[non_exhaustive]pub struct ListOrganizationAdminAccountsOutput { /* private fields */ }Implementations§
source§impl ListOrganizationAdminAccountsOutput
impl ListOrganizationAdminAccountsOutput
sourcepub fn admin_accounts(&self) -> Option<&[AdminAccount]>
pub fn admin_accounts(&self) -> Option<&[AdminAccount]>
The list of Security Hub administrator accounts.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The pagination token to use to request the next page of results.
source§impl ListOrganizationAdminAccountsOutput
impl ListOrganizationAdminAccountsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListOrganizationAdminAccountsOutput.
Trait Implementations§
source§impl Clone for ListOrganizationAdminAccountsOutput
impl Clone for ListOrganizationAdminAccountsOutput
source§fn clone(&self) -> ListOrganizationAdminAccountsOutput
fn clone(&self) -> ListOrganizationAdminAccountsOutput
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<ListOrganizationAdminAccountsOutput> for ListOrganizationAdminAccountsOutput
impl PartialEq<ListOrganizationAdminAccountsOutput> for ListOrganizationAdminAccountsOutput
source§fn eq(&self, other: &ListOrganizationAdminAccountsOutput) -> bool
fn eq(&self, other: &ListOrganizationAdminAccountsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.