Struct aws_sdk_quicksight::input::CreateNamespaceInput
source · [−]#[non_exhaustive]pub struct CreateNamespaceInput { /* private fields */ }Implementations
sourceimpl CreateNamespaceInput
impl CreateNamespaceInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateNamespace, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateNamespace, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateNamespace>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateNamespaceInput.
sourceimpl CreateNamespaceInput
impl CreateNamespaceInput
sourcepub fn aws_account_id(&self) -> Option<&str>
pub fn aws_account_id(&self) -> Option<&str>
The ID for the Amazon Web Services account that you want to create the Amazon QuickSight namespace in.
sourcepub fn namespace(&self) -> Option<&str>
pub fn namespace(&self) -> Option<&str>
The name that you want to use to describe the new namespace.
sourcepub fn identity_store(&self) -> Option<&IdentityStore>
pub fn identity_store(&self) -> Option<&IdentityStore>
Specifies the type of your user identity directory. Currently, this supports users with an identity type of QUICKSIGHT.
The tags that you want to associate with the namespace that you're creating.
Trait Implementations
sourceimpl Clone for CreateNamespaceInput
impl Clone for CreateNamespaceInput
sourcefn clone(&self) -> CreateNamespaceInput
fn clone(&self) -> CreateNamespaceInput
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 CreateNamespaceInput
impl Debug for CreateNamespaceInput
sourceimpl PartialEq<CreateNamespaceInput> for CreateNamespaceInput
impl PartialEq<CreateNamespaceInput> for CreateNamespaceInput
sourcefn eq(&self, other: &CreateNamespaceInput) -> bool
fn eq(&self, other: &CreateNamespaceInput) -> bool
impl StructuralPartialEq for CreateNamespaceInput
Auto Trait Implementations
impl RefUnwindSafe for CreateNamespaceInput
impl Send for CreateNamespaceInput
impl Sync for CreateNamespaceInput
impl Unpin for CreateNamespaceInput
impl UnwindSafe for CreateNamespaceInput
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