Struct aws_sdk_quicksight::input::CreateNamespaceInput
source · [−]#[non_exhaustive]pub struct CreateNamespaceInput {
pub aws_account_id: Option<String>,
pub namespace: Option<String>,
pub identity_store: Option<IdentityStore>,
pub tags: Option<Vec<Tag>>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.aws_account_id: Option<String>The ID for the Amazon Web Services account that you want to create the Amazon QuickSight namespace in.
namespace: Option<String>The name that you want to use to describe the new namespace.
identity_store: 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.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateNamespace, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateNamespace, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateNamespace>
Creates a new builder-style object to manufacture CreateNamespaceInput
The ID for the Amazon Web Services account that you want to create the Amazon QuickSight namespace in.
The name that you want to use to describe the new namespace.
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
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more