Skip to content

/AWS1/CL_CWSLISTSVCSTATESOUT

ListServiceStatesOutput

CONSTRUCTOR

IMPORTING

Required arguments:

iv_starttime TYPE /AWS1/CWSTIMESTAMP /AWS1/CWSTIMESTAMP

The start time of the query range, expressed as the number of milliseconds since January 1, 1970, 00:00:00 UTC.

iv_endtime TYPE /AWS1/CWSTIMESTAMP /AWS1/CWSTIMESTAMP

The end time of the query range, expressed as the number of milliseconds since January 1, 1970, 00:00:00 UTC.

it_servicestates TYPE /AWS1/CL_CWSSERVICESTATE=>TT_SERVICESTATES TT_SERVICESTATES

An array of service state objects that match the specified criteria. Each service state includes current status, recent change events, and service metadata.

Optional arguments:

iv_nexttoken TYPE /AWS1/CWSNEXTTOKEN /AWS1/CWSNEXTTOKEN

The token to use for retrieving the next page of results. This value is present only if there are more results available than were returned in the current response.


Queryable Attributes

StartTime

The start time of the query range, expressed as the number of milliseconds since January 1, 1970, 00:00:00 UTC.

Accessible with the following methods

Method Description
GET_STARTTIME() Getter for STARTTIME, with configurable default
ASK_STARTTIME() Getter for STARTTIME w/ exceptions if field has no value
HAS_STARTTIME() Determine if STARTTIME has a value

EndTime

The end time of the query range, expressed as the number of milliseconds since January 1, 1970, 00:00:00 UTC.

Accessible with the following methods

Method Description
GET_ENDTIME() Getter for ENDTIME, with configurable default
ASK_ENDTIME() Getter for ENDTIME w/ exceptions if field has no value
HAS_ENDTIME() Determine if ENDTIME has a value

ServiceStates

An array of service state objects that match the specified criteria. Each service state includes current status, recent change events, and service metadata.

Accessible with the following methods

Method Description
GET_SERVICESTATES() Getter for SERVICESTATES, with configurable default
ASK_SERVICESTATES() Getter for SERVICESTATES w/ exceptions if field has no value
HAS_SERVICESTATES() Determine if SERVICESTATES has a value

NextToken

The token to use for retrieving the next page of results. This value is present only if there are more results available than were returned in the current response.

Accessible with the following methods

Method Description
GET_NEXTTOKEN() Getter for NEXTTOKEN, with configurable default
ASK_NEXTTOKEN() Getter for NEXTTOKEN w/ exceptions if field has no value
HAS_NEXTTOKEN() Determine if NEXTTOKEN has a value