Struct aws_sdk_quicksight::input::CreateNamespaceInput
source · #[non_exhaustive]pub struct CreateNamespaceInput { /* private fields */ }
Implementations§
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
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateNamespaceInput
.
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.
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 ==
.