#[non_exhaustive]pub struct CreateNamespaceInput { /* private fields */ }Implementations§
source§impl 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.
source§impl CreateNamespaceInput
impl CreateNamespaceInput
sourcepub fn builder() -> CreateNamespaceInputBuilder
pub fn builder() -> CreateNamespaceInputBuilder
Creates a new builder-style object to manufacture CreateNamespaceInput.
source§impl 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>
Trait Implementations§
source§impl Clone for CreateNamespaceInput
impl Clone for CreateNamespaceInput
source§fn clone(&self) -> CreateNamespaceInput
fn clone(&self) -> CreateNamespaceInput
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 CreateNamespaceInput
impl Debug for CreateNamespaceInput
source§impl PartialEq<CreateNamespaceInput> for CreateNamespaceInput
impl PartialEq<CreateNamespaceInput> for CreateNamespaceInput
source§fn eq(&self, other: &CreateNamespaceInput) -> bool
fn eq(&self, other: &CreateNamespaceInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more