#[non_exhaustive]pub struct GetAdministratorAccountOutput { /* private fields */ }Implementations§
source§impl GetAdministratorAccountOutput
impl GetAdministratorAccountOutput
sourcepub fn administrator(&self) -> Option<&Invitation>
pub fn administrator(&self) -> Option<&Invitation>
Details about an invitation.
source§impl GetAdministratorAccountOutput
impl GetAdministratorAccountOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetAdministratorAccountOutput.
Trait Implementations§
source§impl Clone for GetAdministratorAccountOutput
impl Clone for GetAdministratorAccountOutput
source§fn clone(&self) -> GetAdministratorAccountOutput
fn clone(&self) -> GetAdministratorAccountOutput
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<GetAdministratorAccountOutput> for GetAdministratorAccountOutput
impl PartialEq<GetAdministratorAccountOutput> for GetAdministratorAccountOutput
source§fn eq(&self, other: &GetAdministratorAccountOutput) -> bool
fn eq(&self, other: &GetAdministratorAccountOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.