/AWS1/CL_PTCRELATIONSHIPSUMM¶
Summary information about a partner relationship.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_arn TYPE /AWS1/PTCARN /AWS1/PTCARN¶
The Amazon Resource Name (ARN) of the relationship.
iv_id TYPE /AWS1/PTCRELATIONSHIPID00 /AWS1/PTCRELATIONSHIPID00¶
The unique identifier of the relationship.
iv_revision TYPE /AWS1/PTCREVISION /AWS1/PTCREVISION¶
The current revision number of the relationship.
iv_catalog TYPE /AWS1/PTCCATALOG /AWS1/PTCCATALOG¶
The catalog identifier associated with the relationship.
iv_associationtype TYPE /AWS1/PTCASSOCIATIONTYPE /AWS1/PTCASSOCIATIONTYPE¶
The type of association for the relationship.
iv_programmngmtaccountid TYPE /AWS1/PTCPROGRAMMNGMTACCOUNT00 /AWS1/PTCPROGRAMMNGMTACCOUNT00¶
The identifier of the program management account.
iv_associatedaccountid TYPE /AWS1/PTCACCOUNTID /AWS1/PTCACCOUNTID¶
The AWS account ID associated in this relationship.
iv_displayname TYPE /AWS1/PTCRELATIONSHIPDSPNAME /AWS1/PTCRELATIONSHIPDSPNAME¶
The display name of the relationship.
iv_sector TYPE /AWS1/PTCSECTOR /AWS1/PTCSECTOR¶
The business sector for the relationship.
iv_createdat TYPE /AWS1/PTCDATETIME /AWS1/PTCDATETIME¶
The timestamp when the relationship was created.
iv_updatedat TYPE /AWS1/PTCDATETIME /AWS1/PTCDATETIME¶
The timestamp when the relationship was last updated.
iv_startdate TYPE /AWS1/PTCDATETIME /AWS1/PTCDATETIME¶
The start date of the relationship.
Queryable Attributes¶
arn¶
The Amazon Resource Name (ARN) of the relationship.
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 |
id¶
The unique identifier of the relationship.
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 |
revision¶
The current revision number of the relationship.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REVISION() |
Getter for REVISION, with configurable default |
ASK_REVISION() |
Getter for REVISION w/ exceptions if field has no value |
HAS_REVISION() |
Determine if REVISION has a value |
catalog¶
The catalog identifier associated with the relationship.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CATALOG() |
Getter for CATALOG, with configurable default |
ASK_CATALOG() |
Getter for CATALOG w/ exceptions if field has no value |
HAS_CATALOG() |
Determine if CATALOG has a value |
associationType¶
The type of association for the relationship.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASSOCIATIONTYPE() |
Getter for ASSOCIATIONTYPE, with configurable default |
ASK_ASSOCIATIONTYPE() |
Getter for ASSOCIATIONTYPE w/ exceptions if field has no val |
HAS_ASSOCIATIONTYPE() |
Determine if ASSOCIATIONTYPE has a value |
programManagementAccountId¶
The identifier of the program management account.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROGRAMMNGMTACCOUNTID() |
Getter for PROGRAMMANAGEMENTACCOUNTID, with configurable def |
ASK_PROGRAMMNGMTACCOUNTID() |
Getter for PROGRAMMANAGEMENTACCOUNTID w/ exceptions if field |
HAS_PROGRAMMNGMTACCOUNTID() |
Determine if PROGRAMMANAGEMENTACCOUNTID has a value |
associatedAccountId¶
The AWS account ID associated in this relationship.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASSOCIATEDACCOUNTID() |
Getter for ASSOCIATEDACCOUNTID, with configurable default |
ASK_ASSOCIATEDACCOUNTID() |
Getter for ASSOCIATEDACCOUNTID w/ exceptions if field has no |
HAS_ASSOCIATEDACCOUNTID() |
Determine if ASSOCIATEDACCOUNTID has a value |
displayName¶
The display name of the relationship.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISPLAYNAME() |
Getter for DISPLAYNAME, with configurable default |
ASK_DISPLAYNAME() |
Getter for DISPLAYNAME w/ exceptions if field has no value |
HAS_DISPLAYNAME() |
Determine if DISPLAYNAME has a value |
sector¶
The business sector for the relationship.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SECTOR() |
Getter for SECTOR, with configurable default |
ASK_SECTOR() |
Getter for SECTOR w/ exceptions if field has no value |
HAS_SECTOR() |
Determine if SECTOR has a value |
createdAt¶
The timestamp when the relationship was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
updatedAt¶
The timestamp when the relationship was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDAT() |
Getter for UPDATEDAT, with configurable default |
ASK_UPDATEDAT() |
Getter for UPDATEDAT w/ exceptions if field has no value |
HAS_UPDATEDAT() |
Determine if UPDATEDAT has a value |
startDate¶
The start date of the relationship.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTDATE() |
Getter for STARTDATE, with configurable default |
ASK_STARTDATE() |
Getter for STARTDATE w/ exceptions if field has no value |
HAS_STARTDATE() |
Determine if STARTDATE 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_RELATIONSHIPSUMMARIES¶
TYPES TT_RELATIONSHIPSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_PTCRELATIONSHIPSUMM WITH DEFAULT KEY
.