Skip to content

/AWS1/CL_CWSSVCLEVELOBJIVEENT

A structure that contains identifying information for a service level objective entity.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_sloname TYPE /AWS1/CWSSTRING /AWS1/CWSSTRING

The name of the service level objective.

iv_sloarn TYPE /AWS1/CWSSTRING /AWS1/CWSSTRING

The ARN of the service level objective. The SLO must be provided with ARN for cross-account access.


Queryable Attributes

SloName

The name of the service level objective.

Accessible with the following methods

Method Description
GET_SLONAME() Getter for SLONAME, with configurable default
ASK_SLONAME() Getter for SLONAME w/ exceptions if field has no value
HAS_SLONAME() Determine if SLONAME has a value

SloArn

The ARN of the service level objective. The SLO must be provided with ARN for cross-account access.

Accessible with the following methods

Method Description
GET_SLOARN() Getter for SLOARN, with configurable default
ASK_SLOARN() Getter for SLOARN w/ exceptions if field has no value
HAS_SLOARN() Determine if SLOARN has a value