Skip to content

/AWS1/CL_SCAGETATTRGROUPRSP

GetAttributeGroupResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_ID TYPE /AWS1/SCAATTRIBUTEGROUPID /AWS1/SCAATTRIBUTEGROUPID

The identifier of the attribute group.

IV_ARN TYPE /AWS1/SCAATTRIBUTEGROUPARN /AWS1/SCAATTRIBUTEGROUPARN

The Amazon resource name (ARN) that specifies the attribute group across services.

IV_NAME TYPE /AWS1/SCANAME /AWS1/SCANAME

The name of the attribute group.

IV_DESCRIPTION TYPE /AWS1/SCADESCRIPTION /AWS1/SCADESCRIPTION

The description of the attribute group that the user provides.

IV_ATTRIBUTES TYPE /AWS1/SCAATTRIBUTES /AWS1/SCAATTRIBUTES

A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes an application and its components.

IV_CREATIONTIME TYPE /AWS1/SCATIMESTAMP /AWS1/SCATIMESTAMP

The ISO-8601 formatted timestamp of the moment the attribute group was created.

IV_LASTUPDATETIME TYPE /AWS1/SCATIMESTAMP /AWS1/SCATIMESTAMP

The ISO-8601 formatted timestamp of the moment the attribute group was last updated. This time is the same as the creationTime for a newly created attribute group.

IT_TAGS TYPE /AWS1/CL_SCATAGS_W=>TT_TAGS TT_TAGS

Key-value pairs associated with the attribute group.

IV_CREATEDBY TYPE /AWS1/SCACREATEDBY /AWS1/SCACREATEDBY

The service principal that created the attribute group.


Queryable Attributes

id

The identifier of the attribute 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

arn

The Amazon resource name (ARN) that specifies the attribute group across services.

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

name

The name of the attribute 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

description

The description of the attribute group that the user provides.

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

attributes

A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes an application and its components.

Accessible with the following methods

Method Description
GET_ATTRIBUTES() Getter for ATTRIBUTES, with configurable default
ASK_ATTRIBUTES() Getter for ATTRIBUTES w/ exceptions if field has no value
HAS_ATTRIBUTES() Determine if ATTRIBUTES has a value

creationTime

The ISO-8601 formatted timestamp of the moment the attribute group was created.

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

lastUpdateTime

The ISO-8601 formatted timestamp of the moment the attribute group was last updated. This time is the same as the creationTime for a newly created attribute group.

Accessible with the following methods

Method Description
GET_LASTUPDATETIME() Getter for LASTUPDATETIME, with configurable default
ASK_LASTUPDATETIME() Getter for LASTUPDATETIME w/ exceptions if field has no valu
HAS_LASTUPDATETIME() Determine if LASTUPDATETIME has a value

tags

Key-value pairs associated with the attribute group.

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

createdBy

The service principal that created the attribute group.

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