/AWS1/CL_SCAATTRIBUTEGROUP¶
Represents a Amazon Web Services Service Catalog AppRegistry attribute group that is rich metadata which describes an application and its components.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_id TYPE /AWS1/SCAATTRIBUTEGROUPID /AWS1/SCAATTRIBUTEGROUPID¶
The globally unique attribute group 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_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 you can use to associate with the attribute group.
Queryable Attributes¶
id¶
The globally unique attribute group 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 |
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 you can use to associate 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 |