CreateNamespaceResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The ARN of the Amazon QuickSight namespace you created.

Link copied to clipboard

The Amazon Web Services Region; that you want to use for the free SPICE capacity for the new namespace. This is set to the region that you run CreateNamespace in.

Link copied to clipboard

The status of the creation of the namespace. This is an asynchronous process. A status of CREATED means that your namespace is ready to use. If an error occurs, it indicates if the process is retryable or non-retryable. In the case of a non-retryable error, refer to the error message for follow-up tasks.

Link copied to clipboard

Specifies the type of your user identity directory. Currently, this supports users with an identity type of QUICKSIGHT.

Link copied to clipboard
val name: String?

The name of the new namespace that you created.

Link copied to clipboard

The Amazon Web Services request ID for this operation.

Link copied to clipboard
val status: Int

The HTTP status of the request.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String