/AWS1/CL_PTSACCOUNTRECEIVER¶
Contains the account details of the partner who received the Engagement Invitation, including the AWS account ID and company name.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_awsaccountid
TYPE /AWS1/PTSAWSACCOUNT
/AWS1/PTSAWSACCOUNT
¶
Indicates the AWS account ID of the partner who received the Engagement Invitation. This is a unique identifier for managing engagements with specific AWS accounts.
Optional arguments:¶
iv_alias
TYPE /AWS1/PTSALIAS
/AWS1/PTSALIAS
¶
Represents the alias of the partner account receiving the Engagement Invitation, making it easier to identify and track the recipient in reports or logs.
Queryable Attributes¶
Alias¶
Represents the alias of the partner account receiving the Engagement Invitation, making it easier to identify and track the recipient in reports or logs.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ALIAS() |
Getter for ALIAS, with configurable default |
ASK_ALIAS() |
Getter for ALIAS w/ exceptions if field has no value |
HAS_ALIAS() |
Determine if ALIAS has a value |
AwsAccountId¶
Indicates the AWS account ID of the partner who received the Engagement Invitation. This is a unique identifier for managing engagements with specific AWS accounts.
Accessible with the following methods¶
Method | Description |
---|---|
GET_AWSACCOUNTID() |
Getter for AWSACCOUNTID, with configurable default |
ASK_AWSACCOUNTID() |
Getter for AWSACCOUNTID w/ exceptions if field has no value |
HAS_AWSACCOUNTID() |
Determine if AWSACCOUNTID has a value |