/AWS1/CL_PTTCREATEPARTNERRSP¶
CreatePartnerResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_catalog TYPE /AWS1/PTTCATALOG /AWS1/PTTCATALOG¶
The catalog identifier where the partner account was created.
iv_arn TYPE /AWS1/PTTPARTNERARN /AWS1/PTTPARTNERARN¶
The Amazon Resource Name (ARN) of the created partner account.
iv_id TYPE /AWS1/PTTPARTNERID /AWS1/PTTPARTNERID¶
The unique identifier of the created 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.
io_profile TYPE REF TO /AWS1/CL_PTTPARTNERPROFILE /AWS1/CL_PTTPARTNERPROFILE¶
The partner profile information including display name, description, and other public details.
io_allianceleadcontact TYPE REF TO /AWS1/CL_PTTALLYLEADCONTACT /AWS1/CL_PTTALLYLEADCONTACT¶
The alliance lead contact information for the partner account.
Optional arguments:¶
it_awstrncertificationemai00 TYPE /AWS1/CL_PTTPARTNERDOMAIN=>TT_PARTNERDOMAINLIST TT_PARTNERDOMAINLIST¶
The list of verified email domains associated with AWS training and certification credentials for the partner organization.
Queryable Attributes¶
Catalog¶
The catalog identifier where the partner account was created.
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 created 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 created 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 |
Profile¶
The partner profile information including display name, description, and other public details.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROFILE() |
Getter for PROFILE |
AwsTrainingCertificationEmailDomains¶
The list of verified email domains associated with AWS training and certification credentials for the partner organization.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AWSTRNCERTIFICATIONEMA00() |
Getter for AWSTRNCERTIFICATIONEMAILDOMS, with configurable d |
ASK_AWSTRNCERTIFICATIONEMA00() |
Getter for AWSTRNCERTIFICATIONEMAILDOMS w/ exceptions if fie |
HAS_AWSTRNCERTIFICATIONEMA00() |
Determine if AWSTRNCERTIFICATIONEMAILDOMS has a value |
AllianceLeadContact¶
The alliance lead contact information for the partner account.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ALLIANCELEADCONTACT() |
Getter for ALLIANCELEADCONTACT |