Skip to content

/AWS1/CL_SYNGROUP

This structure contains information about one group.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_ID TYPE /AWS1/SYNSTRING /AWS1/SYNSTRING

The unique ID of the group.

IV_NAME TYPE /AWS1/SYNGROUPNAME /AWS1/SYNGROUPNAME

The name of the group.

IV_ARN TYPE /AWS1/SYNGROUPARN /AWS1/SYNGROUPARN

The ARN of the group.

IT_TAGS TYPE /AWS1/CL_SYNTAGMAP_W=>TT_TAGMAP TT_TAGMAP

The list of key-value pairs that are associated with the canary.

IV_CREATEDTIME TYPE /AWS1/SYNTIMESTAMP /AWS1/SYNTIMESTAMP

The date and time that the group was created.

IV_LASTMODIFIEDTIME TYPE /AWS1/SYNTIMESTAMP /AWS1/SYNTIMESTAMP

The date and time that the group was most recently updated.


Queryable Attributes

Id

The unique ID of the group.

Accessible with the following methods

Method Description
GET_ID() Getter for ID, with configurable default
ASK_ID() Getter for ID w/ exceptions if field has no value
HAS_ID() Determine if ID has a value

Name

The name of the group.

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

Arn

The ARN of the group.

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

Tags

The list of key-value pairs that are associated with the canary.

Accessible with the following methods

Method Description
GET_TAGS() Getter for TAGS, with configurable default
ASK_TAGS() Getter for TAGS w/ exceptions if field has no value
HAS_TAGS() Determine if TAGS has a value

CreatedTime

The date and time that the group was created.

Accessible with the following methods

Method Description
GET_CREATEDTIME() Getter for CREATEDTIME, with configurable default
ASK_CREATEDTIME() Getter for CREATEDTIME w/ exceptions if field has no value
HAS_CREATEDTIME() Determine if CREATEDTIME has a value

LastModifiedTime

The date and time that the group was most recently updated.

Accessible with the following methods

Method Description
GET_LASTMODIFIEDTIME() Getter for LASTMODIFIEDTIME, with configurable default
ASK_LASTMODIFIEDTIME() Getter for LASTMODIFIEDTIME w/ exceptions if field has no va
HAS_LASTMODIFIEDTIME() Determine if LASTMODIFIEDTIME has a value