Struct aws_sdk_quicksight::model::NamespaceInfoV2
source · [−]#[non_exhaustive]pub struct NamespaceInfoV2 { /* private fields */ }Expand description
The error type.
Implementations
sourceimpl 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.
sourceimpl NamespaceInfoV2
impl NamespaceInfoV2
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture NamespaceInfoV2.
Trait Implementations
sourceimpl Clone for NamespaceInfoV2
impl Clone for NamespaceInfoV2
sourcefn clone(&self) -> NamespaceInfoV2
fn clone(&self) -> NamespaceInfoV2
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 NamespaceInfoV2
impl Debug for NamespaceInfoV2
sourceimpl PartialEq<NamespaceInfoV2> for NamespaceInfoV2
impl PartialEq<NamespaceInfoV2> for NamespaceInfoV2
sourcefn eq(&self, other: &NamespaceInfoV2) -> bool
fn eq(&self, other: &NamespaceInfoV2) -> bool
impl StructuralPartialEq for NamespaceInfoV2
Auto Trait Implementations
impl RefUnwindSafe for NamespaceInfoV2
impl Send for NamespaceInfoV2
impl Sync for NamespaceInfoV2
impl Unpin for NamespaceInfoV2
impl UnwindSafe for NamespaceInfoV2
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