/AWS1/CL_SGMASSOCIATIONINFO¶
The data type used to describe the relationship between different sources.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_sourcearn TYPE /AWS1/SGMSTRING2048 /AWS1/SGMSTRING2048¶
The Amazon Resource Name (ARN) of the
AssociationInfosource.
iv_destinationarn TYPE /AWS1/SGMSTRING2048 /AWS1/SGMSTRING2048¶
The Amazon Resource Name (ARN) of the
AssociationInfodestination.
Queryable Attributes¶
SourceArn¶
The Amazon Resource Name (ARN) of the
AssociationInfosource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCEARN() |
Getter for SOURCEARN, with configurable default |
ASK_SOURCEARN() |
Getter for SOURCEARN w/ exceptions if field has no value |
HAS_SOURCEARN() |
Determine if SOURCEARN has a value |
DestinationArn¶
The Amazon Resource Name (ARN) of the
AssociationInfodestination.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESTINATIONARN() |
Getter for DESTINATIONARN, with configurable default |
ASK_DESTINATIONARN() |
Getter for DESTINATIONARN w/ exceptions if field has no valu |
HAS_DESTINATIONARN() |
Determine if DESTINATIONARN 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_ASSOCIATIONINFOLIST¶
TYPES TT_ASSOCIATIONINFOLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGMASSOCIATIONINFO WITH DEFAULT KEY
.