Struct aws_sdk_workdocs::input::DescribeGroupsInput  
source · [−]#[non_exhaustive]pub struct DescribeGroupsInput { /* private fields */ }Implementations
sourceimpl DescribeGroupsInput
 
impl DescribeGroupsInput
sourcepub async fn make_operation(
    &self,
    _config: &Config
) -> Result<Operation<DescribeGroups, AwsResponseRetryClassifier>, BuildError>
 
pub async fn make_operation(
    &self,
    _config: &Config
) -> Result<Operation<DescribeGroups, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeGroups>
sourcepub fn builder() -> Builder
 
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeGroupsInput.
sourceimpl DescribeGroupsInput
 
impl DescribeGroupsInput
sourcepub fn authentication_token(&self) -> Option<&str>
 
pub fn authentication_token(&self) -> Option<&str>
Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
sourcepub fn search_query(&self) -> Option<&str>
 
pub fn search_query(&self) -> Option<&str>
A query to describe groups by group name.
sourcepub fn organization_id(&self) -> Option<&str>
 
pub fn organization_id(&self) -> Option<&str>
The ID of the organization.
Trait Implementations
sourceimpl Clone for DescribeGroupsInput
 
impl Clone for DescribeGroupsInput
sourcefn clone(&self) -> DescribeGroupsInput
 
fn clone(&self) -> DescribeGroupsInput
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 Debug for DescribeGroupsInput
 
impl Debug for DescribeGroupsInput
sourceimpl PartialEq<DescribeGroupsInput> for DescribeGroupsInput
 
impl PartialEq<DescribeGroupsInput> for DescribeGroupsInput
sourcefn eq(&self, other: &DescribeGroupsInput) -> bool
 
fn eq(&self, other: &DescribeGroupsInput) -> bool
impl StructuralPartialEq for DescribeGroupsInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeGroupsInput
impl Send for DescribeGroupsInput
impl Sync for DescribeGroupsInput
impl Unpin for DescribeGroupsInput
impl UnwindSafe for DescribeGroupsInput
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