#[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() -> ListNamespacesOutputBuilder
pub fn builder() -> ListNamespacesOutputBuilder
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 moresource§impl Debug for ListNamespacesOutput
impl Debug for ListNamespacesOutput
source§impl PartialEq<ListNamespacesOutput> for ListNamespacesOutput
impl PartialEq<ListNamespacesOutput> for ListNamespacesOutput
source§fn eq(&self, other: &ListNamespacesOutput) -> bool
fn eq(&self, other: &ListNamespacesOutput) -> bool
self and other values to be equal, and is used
by ==.source§impl RequestId for ListNamespacesOutput
impl RequestId for ListNamespacesOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None if the service could not be reached.