/AWS1/CL_AUMDELEGATIONMETADATA¶
The metadata that's associated with the delegation.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_id
TYPE /AWS1/AUMUUID
/AWS1/AUMUUID
¶
The unique identifier for the delegation.
iv_assessmentname
TYPE /AWS1/AUMASSESSMENTNAME
/AWS1/AUMASSESSMENTNAME
¶
The name of the associated assessment.
iv_assessmentid
TYPE /AWS1/AUMUUID
/AWS1/AUMUUID
¶
The unique identifier for the assessment.
iv_status
TYPE /AWS1/AUMDELEGATIONSTATUS
/AWS1/AUMDELEGATIONSTATUS
¶
The current status of the delegation.
iv_rolearn
TYPE /AWS1/AUMIAMARN
/AWS1/AUMIAMARN
¶
The Amazon Resource Name (ARN) of the IAM role.
iv_creationtime
TYPE /AWS1/AUMTIMESTAMP
/AWS1/AUMTIMESTAMP
¶
Specifies when the delegation was created.
iv_controlsetname
TYPE /AWS1/AUMNONEMPTYSTRING
/AWS1/AUMNONEMPTYSTRING
¶
Specifies the name of the control set that was delegated for review.
Queryable Attributes¶
id¶
The unique identifier for the delegation.
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 |
assessmentName¶
The name of the associated assessment.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ASSESSMENTNAME() |
Getter for ASSESSMENTNAME, with configurable default |
ASK_ASSESSMENTNAME() |
Getter for ASSESSMENTNAME w/ exceptions if field has no valu |
HAS_ASSESSMENTNAME() |
Determine if ASSESSMENTNAME has a value |
assessmentId¶
The unique identifier for the assessment.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ASSESSMENTID() |
Getter for ASSESSMENTID, with configurable default |
ASK_ASSESSMENTID() |
Getter for ASSESSMENTID w/ exceptions if field has no value |
HAS_ASSESSMENTID() |
Determine if ASSESSMENTID has a value |
status¶
The current status of the delegation.
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 |
roleArn¶
The Amazon Resource Name (ARN) of the IAM role.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ROLEARN() |
Getter for ROLEARN, with configurable default |
ASK_ROLEARN() |
Getter for ROLEARN w/ exceptions if field has no value |
HAS_ROLEARN() |
Determine if ROLEARN has a value |
creationTime¶
Specifies when the delegation was created.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CREATIONTIME() |
Getter for CREATIONTIME, with configurable default |
ASK_CREATIONTIME() |
Getter for CREATIONTIME w/ exceptions if field has no value |
HAS_CREATIONTIME() |
Determine if CREATIONTIME has a value |
controlSetName¶
Specifies the name of the control set that was delegated for review.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CONTROLSETNAME() |
Getter for CONTROLSETNAME, with configurable default |
ASK_CONTROLSETNAME() |
Getter for CONTROLSETNAME w/ exceptions if field has no valu |
HAS_CONTROLSETNAME() |
Determine if CONTROLSETNAME 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_DELEGATIONMETADATALIST
¶
TYPES TT_DELEGATIONMETADATALIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_AUMDELEGATIONMETADATA WITH DEFAULT KEY
.