Struct aws_sdk_quicksight::output::ListNamespacesOutput
source · #[non_exhaustive]pub struct ListNamespacesOutput { /* private fields */ }Implementations§
source§impl ListNamespacesOutput
impl ListNamespacesOutput
sourcepub fn namespaces(&self) -> Option<&[NamespaceInfoV2]>
pub fn namespaces(&self) -> Option<&[NamespaceInfoV2]>
The information about the namespaces in this Amazon Web Services account. The response includes the namespace ARN, name, Amazon Web Services Region, notification email address, creation status, and identity store.
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. Receiving NextToken in your response inticates that 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 request_id(&self) -> Option<&str>
pub fn request_id(&self) -> Option<&str>
The Amazon Web Services request ID for this operation.
source§impl ListNamespacesOutput
impl ListNamespacesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListNamespacesOutput.
Trait Implementations§
source§impl Clone for ListNamespacesOutput
impl Clone for ListNamespacesOutput
source§fn clone(&self) -> ListNamespacesOutput
fn clone(&self) -> ListNamespacesOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more