/AWS1/CL_QSTCREATENAMESPACERSP¶
CreateNamespaceResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_arn TYPE /AWS1/QSTARN /AWS1/QSTARN¶
The ARN of the Quick Sight namespace you created.
iv_name TYPE /AWS1/QSTNAMESPACE /AWS1/QSTNAMESPACE¶
The name of the new namespace that you created.
iv_capacityregion TYPE /AWS1/QSTSTRING /AWS1/QSTSTRING¶
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.
iv_creationstatus TYPE /AWS1/QSTNAMESPACESTATUS /AWS1/QSTNAMESPACESTATUS¶
The status of the creation of the namespace. This is an asynchronous process. A status of
CREATEDmeans that your namespace is ready to use. If an error occurs, it indicates if the process isretryableornon-retryable. In the case of a non-retryable error, refer to the error message for follow-up tasks.
iv_identitystore TYPE /AWS1/QSTIDENTITYSTORE /AWS1/QSTIDENTITYSTORE¶
Specifies the type of your user identity directory. Currently, this supports users with an identity type of
QUICKSIGHT.
iv_requestid TYPE /AWS1/QSTSTRING /AWS1/QSTSTRING¶
The Amazon Web Services request ID for this operation.
iv_status TYPE /AWS1/QSTSTATUSCODE /AWS1/QSTSTATUSCODE¶
The HTTP status of the request.
Queryable Attributes¶
Arn¶
The ARN of the Quick Sight namespace you created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
Name¶
The name of the new namespace that you created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
CapacityRegion¶
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.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CAPACITYREGION() |
Getter for CAPACITYREGION, with configurable default |
ASK_CAPACITYREGION() |
Getter for CAPACITYREGION w/ exceptions if field has no valu |
HAS_CAPACITYREGION() |
Determine if CAPACITYREGION has a value |
CreationStatus¶
The status of the creation of the namespace. This is an asynchronous process. A status of
CREATEDmeans that your namespace is ready to use. If an error occurs, it indicates if the process isretryableornon-retryable. In the case of a non-retryable error, refer to the error message for follow-up tasks.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONSTATUS() |
Getter for CREATIONSTATUS, with configurable default |
ASK_CREATIONSTATUS() |
Getter for CREATIONSTATUS w/ exceptions if field has no valu |
HAS_CREATIONSTATUS() |
Determine if CREATIONSTATUS has a value |
IdentityStore¶
Specifies the type of your user identity directory. Currently, this supports users with an identity type of
QUICKSIGHT.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IDENTITYSTORE() |
Getter for IDENTITYSTORE, with configurable default |
ASK_IDENTITYSTORE() |
Getter for IDENTITYSTORE w/ exceptions if field has no value |
HAS_IDENTITYSTORE() |
Determine if IDENTITYSTORE has a value |
RequestId¶
The Amazon Web Services request ID for this operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REQUESTID() |
Getter for REQUESTID, with configurable default |
ASK_REQUESTID() |
Getter for REQUESTID w/ exceptions if field has no value |
HAS_REQUESTID() |
Determine if REQUESTID has a value |
Status¶
The HTTP status of the request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS |