/AWS1/CL_QSTSPACESUMMARY¶
A summary of an Amazon QuickSight space.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_spaceid TYPE /AWS1/QSTPUBLICSPACEID /AWS1/QSTPUBLICSPACEID¶
The ID of the space.
Optional arguments:¶
iv_spacearn TYPE /AWS1/QSTPUBLICSPACEARN /AWS1/QSTPUBLICSPACEARN¶
The ARN of the space.
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.
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_createdat TYPE /AWS1/QSTTIMESTAMP00 /AWS1/QSTTIMESTAMP00¶
The date and time that the space was created.
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.
iv_resourcescount TYPE /AWS1/QSTINTEGER /AWS1/QSTINTEGER¶
The number of resources in the space.
Queryable Attributes¶
spaceId¶
The ID of the space.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SPACEID() |
Getter for SPACEID, with configurable default |
ASK_SPACEID() |
Getter for SPACEID w/ exceptions if field has no value |
HAS_SPACEID() |
Determine if SPACEID has a value |
spaceArn¶
The ARN of the space.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SPACEARN() |
Getter for SPACEARN, with configurable default |
ASK_SPACEARN() |
Getter for SPACEARN w/ exceptions if field has no value |
HAS_SPACEARN() |
Determine if SPACEARN has a value |
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 |
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 |
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 |
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 |
resourcesCount¶
The number of resources in the space.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCESCOUNT() |
Getter for RESOURCESCOUNT, with configurable default |
ASK_RESOURCESCOUNT() |
Getter for RESOURCESCOUNT w/ exceptions if field has no valu |
HAS_RESOURCESCOUNT() |
Determine if RESOURCESCOUNT has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_SPACESUMMARIES¶
TYPES TT_SPACESUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_QSTSPACESUMMARY WITH DEFAULT KEY
.