#[non_exhaustive]pub struct CreateUserHierarchyGroupOutput { /* private fields */ }
Implementations
sourceimpl CreateUserHierarchyGroupOutput
impl CreateUserHierarchyGroupOutput
sourcepub fn hierarchy_group_id(&self) -> Option<&str>
pub fn hierarchy_group_id(&self) -> Option<&str>
The identifier of the hierarchy group.
sourcepub fn hierarchy_group_arn(&self) -> Option<&str>
pub fn hierarchy_group_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the hierarchy group.
sourceimpl CreateUserHierarchyGroupOutput
impl CreateUserHierarchyGroupOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateUserHierarchyGroupOutput
.
Trait Implementations
sourceimpl Clone for CreateUserHierarchyGroupOutput
impl Clone for CreateUserHierarchyGroupOutput
sourcefn clone(&self) -> CreateUserHierarchyGroupOutput
fn clone(&self) -> CreateUserHierarchyGroupOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<CreateUserHierarchyGroupOutput> for CreateUserHierarchyGroupOutput
impl PartialEq<CreateUserHierarchyGroupOutput> for CreateUserHierarchyGroupOutput
sourcefn eq(&self, other: &CreateUserHierarchyGroupOutput) -> bool
fn eq(&self, other: &CreateUserHierarchyGroupOutput) -> bool
impl StructuralPartialEq for CreateUserHierarchyGroupOutput
Auto Trait Implementations
impl RefUnwindSafe for CreateUserHierarchyGroupOutput
impl Send for CreateUserHierarchyGroupOutput
impl Sync for CreateUserHierarchyGroupOutput
impl Unpin for CreateUserHierarchyGroupOutput
impl UnwindSafe for CreateUserHierarchyGroupOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more