/AWS1/CL_ATHWORKGROUPSUMMARY¶
The summary information for the workgroup, which includes its name, state, description, and the date and time it was created.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_name TYPE /AWS1/ATHWORKGROUPNAME /AWS1/ATHWORKGROUPNAME¶
The name of the workgroup.
iv_state TYPE /AWS1/ATHWORKGROUPSTATE /AWS1/ATHWORKGROUPSTATE¶
The state of the workgroup.
iv_description TYPE /AWS1/ATHWORKGROUPDESCSTRING /AWS1/ATHWORKGROUPDESCSTRING¶
The workgroup description.
iv_creationtime TYPE /AWS1/ATHDATE /AWS1/ATHDATE¶
The workgroup creation date and time.
io_engineversion TYPE REF TO /AWS1/CL_ATHENGINEVERSION /AWS1/CL_ATHENGINEVERSION¶
The engine version setting for all queries on the workgroup. Queries on the
AmazonAthenaPreviewFunctionalityworkgroup run on the preview engine regardless of this setting.
iv_idcenterapplicationarn TYPE /AWS1/ATHIDCENTERAPPLICATION00 /AWS1/ATHIDCENTERAPPLICATION00¶
The ARN of the IAM Identity Center enabled application associated with the workgroup.
Queryable Attributes¶
Name¶
The name of the workgroup.
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 |
State¶
The state of the workgroup.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATE() |
Getter for STATE, with configurable default |
ASK_STATE() |
Getter for STATE w/ exceptions if field has no value |
HAS_STATE() |
Determine if STATE has a value |
Description¶
The workgroup description.
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 |
CreationTime¶
The workgroup creation date and time.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONTIME() |
Getter for CREATIONTIME, with configurable default |
ASK_CREATIONTIME() |
Getter for CREATIONTIME w/ exceptions if field has no value |
HAS_CREATIONTIME() |
Determine if CREATIONTIME has a value |
EngineVersion¶
The engine version setting for all queries on the workgroup. Queries on the
AmazonAthenaPreviewFunctionalityworkgroup run on the preview engine regardless of this setting.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENGINEVERSION() |
Getter for ENGINEVERSION |
IdentityCenterApplicationArn¶
The ARN of the IAM Identity Center enabled application associated with the workgroup.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IDCENTERAPPLICATIONARN() |
Getter for IDENTITYCENTERAPPLICATIONARN, with configurable d |
ASK_IDCENTERAPPLICATIONARN() |
Getter for IDENTITYCENTERAPPLICATIONARN w/ exceptions if fie |
HAS_IDCENTERAPPLICATIONARN() |
Determine if IDENTITYCENTERAPPLICATIONARN 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_WORKGROUPSLIST¶
TYPES TT_WORKGROUPSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_ATHWORKGROUPSUMMARY WITH DEFAULT KEY
.