Struct aws_sdk_quicksight::input::SearchGroupsInput
source · [−]#[non_exhaustive]pub struct SearchGroupsInput { /* private fields */ }Implementations
sourceimpl 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.
sourceimpl 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
sourceimpl Clone for SearchGroupsInput
impl Clone for SearchGroupsInput
sourcefn clone(&self) -> SearchGroupsInput
fn clone(&self) -> SearchGroupsInput
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 SearchGroupsInput
impl Debug for SearchGroupsInput
sourceimpl PartialEq<SearchGroupsInput> for SearchGroupsInput
impl PartialEq<SearchGroupsInput> for SearchGroupsInput
sourcefn eq(&self, other: &SearchGroupsInput) -> bool
fn eq(&self, other: &SearchGroupsInput) -> bool
impl StructuralPartialEq for SearchGroupsInput
Auto Trait Implementations
impl RefUnwindSafe for SearchGroupsInput
impl Send for SearchGroupsInput
impl Sync for SearchGroupsInput
impl Unpin for SearchGroupsInput
impl UnwindSafe for SearchGroupsInput
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