[][src]Struct rusoto_quicksight::NamespaceInfoV2

pub struct NamespaceInfoV2 {
    pub arn: Option<String>,
    pub capacity_region: Option<String>,
    pub creation_status: Option<String>,
    pub identity_store: Option<String>,
    pub name: Option<String>,
    pub namespace_error: Option<NamespaceError>,
}

The error type.

Fields

arn: Option<String>

The namespace ARN.

capacity_region: Option<String>

The namespace AWS Region.

creation_status: Option<String>

The creation status of a namespace that is not yet completely created.

identity_store: Option<String>

The identity store used for the namespace.

name: Option<String>

The name of the error.

namespace_error: Option<NamespaceError>

An error that occurred when the namespace was created.

Trait Implementations

impl Clone for NamespaceInfoV2[src]

impl Debug for NamespaceInfoV2[src]

impl Default for NamespaceInfoV2[src]

impl<'de> Deserialize<'de> for NamespaceInfoV2[src]

impl PartialEq<NamespaceInfoV2> for NamespaceInfoV2[src]

impl StructuralPartialEq for NamespaceInfoV2[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.