Struct aws_sdk_quicksight::input::SearchAnalysesInput
source · [−]#[non_exhaustive]pub struct SearchAnalysesInput { /* private fields */ }Implementations
sourceimpl SearchAnalysesInput
impl SearchAnalysesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<SearchAnalyses, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<SearchAnalyses, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<SearchAnalyses>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SearchAnalysesInput.
sourceimpl SearchAnalysesInput
impl SearchAnalysesInput
sourcepub fn aws_account_id(&self) -> Option<&str>
pub fn aws_account_id(&self) -> Option<&str>
The ID of the Amazon Web Services account that contains the analyses that you're searching for.
sourcepub fn filters(&self) -> Option<&[AnalysisSearchFilter]>
pub fn filters(&self) -> Option<&[AnalysisSearchFilter]>
The structure for the search filters that you want to apply to your search.
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.
Trait Implementations
sourceimpl Clone for SearchAnalysesInput
impl Clone for SearchAnalysesInput
sourcefn clone(&self) -> SearchAnalysesInput
fn clone(&self) -> SearchAnalysesInput
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 SearchAnalysesInput
impl Debug for SearchAnalysesInput
sourceimpl PartialEq<SearchAnalysesInput> for SearchAnalysesInput
impl PartialEq<SearchAnalysesInput> for SearchAnalysesInput
sourcefn eq(&self, other: &SearchAnalysesInput) -> bool
fn eq(&self, other: &SearchAnalysesInput) -> bool
impl StructuralPartialEq for SearchAnalysesInput
Auto Trait Implementations
impl RefUnwindSafe for SearchAnalysesInput
impl Send for SearchAnalysesInput
impl Sync for SearchAnalysesInput
impl Unpin for SearchAnalysesInput
impl UnwindSafe for SearchAnalysesInput
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