Skip to content

/AWS1/CL_DOACAPABILITYCONF

Capability configuration for the AWS DevOps Agent.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_enabled TYPE /AWS1/DOABOOLEAN /AWS1/DOABOOLEAN

Whether the capability is enabled.


Queryable Attributes

enabled

Whether the capability is enabled.

Accessible with the following methods

Method Description
GET_ENABLED() Getter for ENABLED, with configurable default
ASK_ENABLED() Getter for ENABLED w/ exceptions if field has no value
HAS_ENABLED() Determine if ENABLED 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_ASSOCIATIONCAPABILITIES

TYPES TT_ASSOCIATIONCAPABILITIES TYPE HASHED TABLE OF /AWS1/CL_DOACAPABILITYCONF=>TS_ASSOCIATIONCAPBLTS_MAPROW WITH UNIQUE KEY key
.

TS_ASSOCIATIONCAPBLTS_MAPROW

TYPES: BEGIN OF TS_ASSOCIATIONCAPBLTS_MAPROW,
  key TYPE /AWS1/DOACAPABILITYTYPE,
  value TYPE REF TO /AWS1/CL_DOACAPABILITYCONF,
END OF TS_ASSOCIATIONCAPBLTS_MAPROW.