Struct aws_sdk_ssoadmin::operation::create_account_assignment::CreateAccountAssignmentOutput
source · #[non_exhaustive]pub struct CreateAccountAssignmentOutput { /* private fields */ }Implementations§
source§impl CreateAccountAssignmentOutput
impl CreateAccountAssignmentOutput
sourcepub fn account_assignment_creation_status(
&self
) -> Option<&AccountAssignmentOperationStatus>
pub fn account_assignment_creation_status( &self ) -> Option<&AccountAssignmentOperationStatus>
The status object for the account assignment creation operation.
source§impl CreateAccountAssignmentOutput
impl CreateAccountAssignmentOutput
sourcepub fn builder() -> CreateAccountAssignmentOutputBuilder
pub fn builder() -> CreateAccountAssignmentOutputBuilder
Creates a new builder-style object to manufacture CreateAccountAssignmentOutput.
Trait Implementations§
source§impl Clone for CreateAccountAssignmentOutput
impl Clone for CreateAccountAssignmentOutput
source§fn clone(&self) -> CreateAccountAssignmentOutput
fn clone(&self) -> CreateAccountAssignmentOutput
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<CreateAccountAssignmentOutput> for CreateAccountAssignmentOutput
impl PartialEq<CreateAccountAssignmentOutput> for CreateAccountAssignmentOutput
source§fn eq(&self, other: &CreateAccountAssignmentOutput) -> bool
fn eq(&self, other: &CreateAccountAssignmentOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for CreateAccountAssignmentOutput
impl RequestId for CreateAccountAssignmentOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.