Struct aws_sdk_quicksight::model::NamespaceInfoV2
source · #[non_exhaustive]pub struct NamespaceInfoV2 { /* private fields */ }
Expand description
The error type.
Implementations§
source§impl NamespaceInfoV2
impl NamespaceInfoV2
sourcepub fn capacity_region(&self) -> Option<&str>
pub fn capacity_region(&self) -> Option<&str>
The namespace Amazon Web Services Region.
sourcepub fn creation_status(&self) -> Option<&NamespaceStatus>
pub fn creation_status(&self) -> Option<&NamespaceStatus>
The creation status of a namespace that is not yet completely created.
sourcepub fn identity_store(&self) -> Option<&IdentityStore>
pub fn identity_store(&self) -> Option<&IdentityStore>
The identity store used for the namespace.
sourcepub fn namespace_error(&self) -> Option<&NamespaceError>
pub fn namespace_error(&self) -> Option<&NamespaceError>
An error that occurred when the namespace was created.
source§impl NamespaceInfoV2
impl NamespaceInfoV2
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture NamespaceInfoV2
.
Trait Implementations§
source§impl Clone for NamespaceInfoV2
impl Clone for NamespaceInfoV2
source§fn clone(&self) -> NamespaceInfoV2
fn clone(&self) -> NamespaceInfoV2
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for NamespaceInfoV2
impl Debug for NamespaceInfoV2
source§impl PartialEq<NamespaceInfoV2> for NamespaceInfoV2
impl PartialEq<NamespaceInfoV2> for NamespaceInfoV2
source§fn eq(&self, other: &NamespaceInfoV2) -> bool
fn eq(&self, other: &NamespaceInfoV2) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.