/AWS1/CL_QSTSPACEDETAILS¶
The details of an Amazon QuickSight space.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_name TYPE /AWS1/QSTSPACENAME /AWS1/QSTSPACENAME¶
The display name of the space.
iv_description TYPE /AWS1/QSTSPACEDESCRIPTION /AWS1/QSTSPACEDESCRIPTION¶
The description of the space.
it_resources TYPE /AWS1/CL_QSTSPACEQUICKSIGHTRES=>TT_SPACEQUICKSIGHTRESOURCES TT_SPACEQUICKSIGHTRESOURCES¶
The resources in the space.
iv_createdat TYPE /AWS1/QSTTIMESTAMP00 /AWS1/QSTTIMESTAMP00¶
The date and time that the space was created.
iv_updatedat TYPE /AWS1/QSTTIMESTAMP00 /AWS1/QSTTIMESTAMP00¶
The date and time that the space was last updated.
iv_consumedsourcesize TYPE /AWS1/QSTLONG /AWS1/QSTLONG¶
The total consumed source size in bytes.
iv_consumedsourcedoccount TYPE /AWS1/QSTINTEGER /AWS1/QSTINTEGER¶
The number of consumed source documents.
iv_createdby TYPE /AWS1/QSTSTRING00 /AWS1/QSTSTRING00¶
The user who created the space.
iv_createdbyarn TYPE /AWS1/QSTSTRING00 /AWS1/QSTSTRING00¶
The ARN of the user who created the space.
Queryable Attributes¶
name¶
The display name of the space.
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 |
description¶
The description of the space.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
resources¶
The resources in the space.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCES() |
Getter for RESOURCES, with configurable default |
ASK_RESOURCES() |
Getter for RESOURCES w/ exceptions if field has no value |
HAS_RESOURCES() |
Determine if RESOURCES has a value |
createdAt¶
The date and time that the space was created.
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 |
updatedAt¶
The date and time that the space was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDAT() |
Getter for UPDATEDAT, with configurable default |
ASK_UPDATEDAT() |
Getter for UPDATEDAT w/ exceptions if field has no value |
HAS_UPDATEDAT() |
Determine if UPDATEDAT has a value |
consumedSourceSize¶
The total consumed source size in bytes.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONSUMEDSOURCESIZE() |
Getter for CONSUMEDSOURCESIZE, with configurable default |
ASK_CONSUMEDSOURCESIZE() |
Getter for CONSUMEDSOURCESIZE w/ exceptions if field has no |
HAS_CONSUMEDSOURCESIZE() |
Determine if CONSUMEDSOURCESIZE has a value |
consumedSourceDocCount¶
The number of consumed source documents.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONSUMEDSOURCEDOCCOUNT() |
Getter for CONSUMEDSOURCEDOCCOUNT, with configurable default |
ASK_CONSUMEDSOURCEDOCCOUNT() |
Getter for CONSUMEDSOURCEDOCCOUNT w/ exceptions if field has |
HAS_CONSUMEDSOURCEDOCCOUNT() |
Determine if CONSUMEDSOURCEDOCCOUNT has a value |
createdBy¶
The user who created the space.
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 |
createdByArn¶
The ARN of the user who created the space.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDBYARN() |
Getter for CREATEDBYARN, with configurable default |
ASK_CREATEDBYARN() |
Getter for CREATEDBYARN w/ exceptions if field has no value |
HAS_CREATEDBYARN() |
Determine if CREATEDBYARN has a value |