#[non_exhaustive]pub struct DescribeUserHierarchyGroupInput { /* private fields */ }
Implementations
sourceimpl DescribeUserHierarchyGroupInput
impl DescribeUserHierarchyGroupInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeUserHierarchyGroup, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeUserHierarchyGroup, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeUserHierarchyGroup
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeUserHierarchyGroupInput
.
sourceimpl DescribeUserHierarchyGroupInput
impl DescribeUserHierarchyGroupInput
sourcepub fn hierarchy_group_id(&self) -> Option<&str>
pub fn hierarchy_group_id(&self) -> Option<&str>
The identifier of the hierarchy group.
sourcepub fn instance_id(&self) -> Option<&str>
pub fn instance_id(&self) -> Option<&str>
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
Trait Implementations
sourceimpl Clone for DescribeUserHierarchyGroupInput
impl Clone for DescribeUserHierarchyGroupInput
sourcefn clone(&self) -> DescribeUserHierarchyGroupInput
fn clone(&self) -> DescribeUserHierarchyGroupInput
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<DescribeUserHierarchyGroupInput> for DescribeUserHierarchyGroupInput
impl PartialEq<DescribeUserHierarchyGroupInput> for DescribeUserHierarchyGroupInput
sourcefn eq(&self, other: &DescribeUserHierarchyGroupInput) -> bool
fn eq(&self, other: &DescribeUserHierarchyGroupInput) -> bool
impl StructuralPartialEq for DescribeUserHierarchyGroupInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeUserHierarchyGroupInput
impl Send for DescribeUserHierarchyGroupInput
impl Sync for DescribeUserHierarchyGroupInput
impl Unpin for DescribeUserHierarchyGroupInput
impl UnwindSafe for DescribeUserHierarchyGroupInput
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