/AWS1/CL_BRKASSOCIATION¶
The Amazon Braket resource and the association type.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_arn TYPE /AWS1/BRKBRAKETRESOURCEARN /AWS1/BRKBRAKETRESOURCEARN¶
The Amazon Braket resource arn.
iv_type TYPE /AWS1/BRKASSOCIATIONTYPE /AWS1/BRKASSOCIATIONTYPE¶
The association type for the specified Amazon Braket resource arn.
Queryable Attributes¶
arn¶
The Amazon Braket resource arn.
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 |
type¶
The association type for the specified Amazon Braket resource arn.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE 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_ASSOCIATIONS¶
TYPES TT_ASSOCIATIONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BRKASSOCIATION WITH DEFAULT KEY
.