Struct aws_sdk_quicksight::input::ListNamespacesInput
source · [−]#[non_exhaustive]pub struct ListNamespacesInput { /* private fields */ }Implementations
sourceimpl ListNamespacesInput
impl ListNamespacesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListNamespaces, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListNamespaces, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListNamespaces>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListNamespacesInput.
sourceimpl ListNamespacesInput
impl ListNamespacesInput
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 contains the Amazon QuickSight namespaces that you want to list.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A unique pagination token that can be used in a subsequent request. You will receive a pagination token in the response body of a previous ListNameSpaces API call if there is more data that can be returned. To receive the data, make another ListNamespaces API call with the returned token to retrieve the next page of data. Each token is valid for 24 hours. If you try to make a ListNamespaces API call with an expired token, you will receive a HTTP 400 InvalidNextTokenException error.
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 ListNamespacesInput
impl Clone for ListNamespacesInput
sourcefn clone(&self) -> ListNamespacesInput
fn clone(&self) -> ListNamespacesInput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more