/AWS1/CL_SSSCOMPONENTSUMMARY¶
The summary of the component.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_applicationid TYPE /AWS1/SSSAPPLICATIONID /AWS1/SSSAPPLICATIONID¶
The ID of the application.
iv_componentid TYPE /AWS1/SSSCOMPONENTID /AWS1/SSSCOMPONENTID¶
The ID of the component.
iv_componenttype TYPE /AWS1/SSSCOMPONENTTYPE /AWS1/SSSCOMPONENTTYPE¶
The type of the component.
it_tags TYPE /AWS1/CL_SSSTAGMAP_W=>TT_TAGMAP TT_TAGMAP¶
The tags of the component.
iv_arn TYPE /AWS1/SSSSSMSAPARN /AWS1/SSSSSMSAPARN¶
The Amazon Resource Name (ARN) of the component summary.
Queryable Attributes¶
ApplicationId¶
The ID of the application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPLICATIONID() |
Getter for APPLICATIONID, with configurable default |
ASK_APPLICATIONID() |
Getter for APPLICATIONID w/ exceptions if field has no value |
HAS_APPLICATIONID() |
Determine if APPLICATIONID has a value |
ComponentId¶
The ID of the component.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPONENTID() |
Getter for COMPONENTID, with configurable default |
ASK_COMPONENTID() |
Getter for COMPONENTID w/ exceptions if field has no value |
HAS_COMPONENTID() |
Determine if COMPONENTID has a value |
ComponentType¶
The type of the component.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPONENTTYPE() |
Getter for COMPONENTTYPE, with configurable default |
ASK_COMPONENTTYPE() |
Getter for COMPONENTTYPE w/ exceptions if field has no value |
HAS_COMPONENTTYPE() |
Determine if COMPONENTTYPE has a value |
Tags¶
The tags of the component.
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 |
Arn¶
The Amazon Resource Name (ARN) of the component summary.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_COMPONENTSUMMARYLIST¶
TYPES TT_COMPONENTSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SSSCOMPONENTSUMMARY WITH DEFAULT KEY
.