Struct aws_sdk_connect::types::HierarchyGroup
source · #[non_exhaustive]pub struct HierarchyGroup { /* private fields */ }Expand description
Contains information about a hierarchy group.
Implementations§
source§impl HierarchyGroup
impl HierarchyGroup
sourcepub fn hierarchy_path(&self) -> Option<&HierarchyPath>
pub fn hierarchy_path(&self) -> Option<&HierarchyPath>
Information about the levels in the hierarchy group.
The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
source§impl HierarchyGroup
impl HierarchyGroup
sourcepub fn builder() -> HierarchyGroupBuilder
pub fn builder() -> HierarchyGroupBuilder
Creates a new builder-style object to manufacture HierarchyGroup.
Trait Implementations§
source§impl Clone for HierarchyGroup
impl Clone for HierarchyGroup
source§fn clone(&self) -> HierarchyGroup
fn clone(&self) -> HierarchyGroup
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 Debug for HierarchyGroup
impl Debug for HierarchyGroup
source§impl PartialEq<HierarchyGroup> for HierarchyGroup
impl PartialEq<HierarchyGroup> for HierarchyGroup
source§fn eq(&self, other: &HierarchyGroup) -> bool
fn eq(&self, other: &HierarchyGroup) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for HierarchyGroup
Auto Trait Implementations§
impl RefUnwindSafe for HierarchyGroup
impl Send for HierarchyGroup
impl Sync for HierarchyGroup
impl Unpin for HierarchyGroup
impl UnwindSafe for HierarchyGroup
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more