/AWS1/CL_S3TGETNAMESPACERSP¶
GetNamespaceResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_namespace TYPE /AWS1/CL_S3TNAMESPACELIST_W=>TT_NAMESPACELIST TT_NAMESPACELIST¶
The name of the namespace.
iv_createdat TYPE /AWS1/S3TTIMESTAMP /AWS1/S3TTIMESTAMP¶
The date and time the namespace was created at.
iv_createdby TYPE /AWS1/S3TACCOUNTID /AWS1/S3TACCOUNTID¶
The ID of the account that created the namespace.
iv_owneraccountid TYPE /AWS1/S3TACCOUNTID /AWS1/S3TACCOUNTID¶
The ID of the account that owns the namespcace.
Optional arguments:¶
iv_namespaceid TYPE /AWS1/S3TNAMESPACEID /AWS1/S3TNAMESPACEID¶
The unique identifier of the namespace.
iv_tablebucketid TYPE /AWS1/S3TTABLEBUCKETID /AWS1/S3TTABLEBUCKETID¶
The unique identifier of the table bucket containing this namespace.
Queryable Attributes¶
namespace¶
The name of the namespace.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAMESPACE() |
Getter for NAMESPACE, with configurable default |
ASK_NAMESPACE() |
Getter for NAMESPACE w/ exceptions if field has no value |
HAS_NAMESPACE() |
Determine if NAMESPACE has a value |
createdAt¶
The date and time the namespace was created at.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
createdBy¶
The ID of the account that created the namespace.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDBY() |
Getter for CREATEDBY, with configurable default |
ASK_CREATEDBY() |
Getter for CREATEDBY w/ exceptions if field has no value |
HAS_CREATEDBY() |
Determine if CREATEDBY has a value |
ownerAccountId¶
The ID of the account that owns the namespcace.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OWNERACCOUNTID() |
Getter for OWNERACCOUNTID, with configurable default |
ASK_OWNERACCOUNTID() |
Getter for OWNERACCOUNTID w/ exceptions if field has no valu |
HAS_OWNERACCOUNTID() |
Determine if OWNERACCOUNTID has a value |
namespaceId¶
The unique identifier of the namespace.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAMESPACEID() |
Getter for NAMESPACEID, with configurable default |
ASK_NAMESPACEID() |
Getter for NAMESPACEID w/ exceptions if field has no value |
HAS_NAMESPACEID() |
Determine if NAMESPACEID has a value |
tableBucketId¶
The unique identifier of the table bucket containing this namespace.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TABLEBUCKETID() |
Getter for TABLEBUCKETID, with configurable default |
ASK_TABLEBUCKETID() |
Getter for TABLEBUCKETID w/ exceptions if field has no value |
HAS_TABLEBUCKETID() |
Determine if TABLEBUCKETID has a value |