Struct aws_sdk_quicksight::input::SearchGroupsInput
source · #[non_exhaustive]pub struct SearchGroupsInput { /* private fields */ }
Implementations§
source§impl SearchGroupsInput
impl SearchGroupsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<SearchGroups, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<SearchGroups, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<SearchGroups
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SearchGroupsInput
.
source§impl SearchGroupsInput
impl SearchGroupsInput
sourcepub fn aws_account_id(&self) -> Option<&str>
pub fn aws_account_id(&self) -> Option<&str>
The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon QuickSight account.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A pagination token that can be used in a subsequent request.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of results to return from this request.
sourcepub fn filters(&self) -> Option<&[GroupSearchFilter]>
pub fn filters(&self) -> Option<&[GroupSearchFilter]>
The structure for the search filters that you want to apply to your search.
Trait Implementations§
source§impl Clone for SearchGroupsInput
impl Clone for SearchGroupsInput
source§fn clone(&self) -> SearchGroupsInput
fn clone(&self) -> SearchGroupsInput
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 SearchGroupsInput
impl Debug for SearchGroupsInput
source§impl PartialEq<SearchGroupsInput> for SearchGroupsInput
impl PartialEq<SearchGroupsInput> for SearchGroupsInput
source§fn eq(&self, other: &SearchGroupsInput) -> bool
fn eq(&self, other: &SearchGroupsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.