Skip to content

/AWS1/CL_UNTMEMBERACCOUNT

Contains information about a member account.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_accountid TYPE /AWS1/UNTACCOUNTID /AWS1/UNTACCOUNTID

The AWS account ID of the member account.

iv_status TYPE /AWS1/UNTMEMBERACCNTFCONFSTAT /AWS1/UNTMEMBERACCNTFCONFSTAT

The current status of the member account.

iv_statusreason TYPE /AWS1/UNTSTRING /AWS1/UNTSTRING

The reason for the current status of the member account.

iv_organizationalunitid TYPE /AWS1/UNTORGANIZATIONALUNITID /AWS1/UNTORGANIZATIONALUNITID

The unique identifier of the organizational unit containing the member account.

Optional arguments:

iv_notificationconfarn TYPE /AWS1/UNTNOTIFICATIONCONFARN /AWS1/UNTNOTIFICATIONCONFARN

The Amazon Resource Name (ARN) of the notification configuration associated with the member account.


Queryable Attributes

notificationConfigurationArn

The Amazon Resource Name (ARN) of the notification configuration associated with the member account.

Accessible with the following methods

Method Description
GET_NOTIFICATIONCONFARN() Getter for NOTIFICATIONCONFIGURATIONARN, with configurable d
ASK_NOTIFICATIONCONFARN() Getter for NOTIFICATIONCONFIGURATIONARN w/ exceptions if fie
HAS_NOTIFICATIONCONFARN() Determine if NOTIFICATIONCONFIGURATIONARN has a value

accountId

The AWS account ID of the member account.

Accessible with the following methods

Method Description
GET_ACCOUNTID() Getter for ACCOUNTID, with configurable default
ASK_ACCOUNTID() Getter for ACCOUNTID w/ exceptions if field has no value
HAS_ACCOUNTID() Determine if ACCOUNTID has a value

status

The current status of the member account.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

statusReason

The reason for the current status of the member account.

Accessible with the following methods

Method Description
GET_STATUSREASON() Getter for STATUSREASON, with configurable default
ASK_STATUSREASON() Getter for STATUSREASON w/ exceptions if field has no value
HAS_STATUSREASON() Determine if STATUSREASON has a value

organizationalUnitId

The unique identifier of the organizational unit containing the member account.

Accessible with the following methods

Method Description
GET_ORGANIZATIONALUNITID() Getter for ORGANIZATIONALUNITID, with configurable default
ASK_ORGANIZATIONALUNITID() Getter for ORGANIZATIONALUNITID w/ exceptions if field has n
HAS_ORGANIZATIONALUNITID() Determine if ORGANIZATIONALUNITID 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_MEMBERACCOUNTS

TYPES TT_MEMBERACCOUNTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_UNTMEMBERACCOUNT WITH DEFAULT KEY
.