Struct aws_sdk_quicksight::input::ListAnalysesInput
source · [−]#[non_exhaustive]pub struct ListAnalysesInput { /* private fields */ }Implementations
sourceimpl ListAnalysesInput
impl ListAnalysesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListAnalyses, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListAnalyses, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListAnalyses>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListAnalysesInput.
sourceimpl ListAnalysesInput
impl ListAnalysesInput
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.
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 ListAnalysesInput
impl Clone for ListAnalysesInput
sourcefn clone(&self) -> ListAnalysesInput
fn clone(&self) -> ListAnalysesInput
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 ListAnalysesInput
impl Debug for ListAnalysesInput
sourceimpl PartialEq<ListAnalysesInput> for ListAnalysesInput
impl PartialEq<ListAnalysesInput> for ListAnalysesInput
sourcefn eq(&self, other: &ListAnalysesInput) -> bool
fn eq(&self, other: &ListAnalysesInput) -> bool
impl StructuralPartialEq for ListAnalysesInput
Auto Trait Implementations
impl RefUnwindSafe for ListAnalysesInput
impl Send for ListAnalysesInput
impl Sync for ListAnalysesInput
impl Unpin for ListAnalysesInput
impl UnwindSafe for ListAnalysesInput
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