#[non_exhaustive]pub struct UpdateEnrollmentStatusOutput { /* private fields */ }
Implementations§
source§impl UpdateEnrollmentStatusOutput
impl UpdateEnrollmentStatusOutput
sourcepub fn status_reason(&self) -> Option<&str>
pub fn status_reason(&self) -> Option<&str>
The reason for the enrollment status of the account. For example, an account might show a status of Pending
because member accounts of an organization require more time to be enrolled in the service.
source§impl UpdateEnrollmentStatusOutput
impl UpdateEnrollmentStatusOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateEnrollmentStatusOutput
.
Trait Implementations§
source§impl Clone for UpdateEnrollmentStatusOutput
impl Clone for UpdateEnrollmentStatusOutput
source§fn clone(&self) -> UpdateEnrollmentStatusOutput
fn clone(&self) -> UpdateEnrollmentStatusOutput
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 more