/AWS1/CL_PTTPARTNERSUMMARY¶
A summary view of a partner account containing basic information for listing purposes.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_catalog TYPE /AWS1/PTTCATALOG /AWS1/PTTCATALOG¶
The catalog identifier for the partner account.
iv_arn TYPE /AWS1/PTTPARTNERARN /AWS1/PTTPARTNERARN¶
The Amazon Resource Name (ARN) of the partner account.
iv_id TYPE /AWS1/PTTPARTNERID /AWS1/PTTPARTNERID¶
The unique identifier of the partner account.
iv_legalname TYPE /AWS1/PTTSENSUNICODESTRING /AWS1/PTTSENSUNICODESTRING¶
The legal name of the partner organization.
iv_createdat TYPE /AWS1/PTTDATETIME /AWS1/PTTDATETIME¶
The timestamp when the partner account was created.
Queryable Attributes¶
Catalog¶
The catalog identifier for the partner account.
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 |
Arn¶
The Amazon Resource Name (ARN) of the partner account.
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 partner account.
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 |
LegalName¶
The legal name of the partner organization.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LEGALNAME() |
Getter for LEGALNAME, with configurable default |
ASK_LEGALNAME() |
Getter for LEGALNAME w/ exceptions if field has no value |
HAS_LEGALNAME() |
Determine if LEGALNAME has a value |
CreatedAt¶
The timestamp when the partner account 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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_PARTNERSUMMARYLIST¶
TYPES TT_PARTNERSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_PTTPARTNERSUMMARY WITH DEFAULT KEY
.