/AWS1/CL_IN2DISASSOCCONFREQ¶
Contains details about a request to disassociate a code repository from a scan configuration.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_scanconfigurationarn
TYPE /AWS1/IN2SCANCONFIGURATIONARN
/AWS1/IN2SCANCONFIGURATIONARN
¶
The Amazon Resource Name (ARN) of the scan configuration to disassociate from a code repository.
io_resource
TYPE REF TO /AWS1/CL_IN2CODESECURITYRES
/AWS1/CL_IN2CODESECURITYRES
¶
resource
Queryable Attributes¶
scanConfigurationArn¶
The Amazon Resource Name (ARN) of the scan configuration to disassociate from a code repository.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SCANCONFIGURATIONARN() |
Getter for SCANCONFIGURATIONARN, with configurable default |
ASK_SCANCONFIGURATIONARN() |
Getter for SCANCONFIGURATIONARN w/ exceptions if field has n |
HAS_SCANCONFIGURATIONARN() |
Determine if SCANCONFIGURATIONARN has a value |
resource¶
resource
Accessible with the following methods¶
Method | Description |
---|---|
GET_RESOURCE() |
Getter for RESOURCE |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_DISASSOCIATECONFREQUESTLIST
¶
TYPES TT_DISASSOCIATECONFREQUESTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IN2DISASSOCCONFREQ WITH DEFAULT KEY
.