Struct aws_sdk_workdocs::input::DescribeGroupsInput
source · #[non_exhaustive]pub struct DescribeGroupsInput { /* private fields */ }
Implementations§
source§impl 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
.
source§impl 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§
source§impl Clone for DescribeGroupsInput
impl Clone for DescribeGroupsInput
source§fn clone(&self) -> DescribeGroupsInput
fn clone(&self) -> DescribeGroupsInput
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 DescribeGroupsInput
impl Debug for DescribeGroupsInput
source§impl PartialEq<DescribeGroupsInput> for DescribeGroupsInput
impl PartialEq<DescribeGroupsInput> for DescribeGroupsInput
source§fn eq(&self, other: &DescribeGroupsInput) -> bool
fn eq(&self, other: &DescribeGroupsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.