Skip to content

/AWS1/CL_WADLISTMILESTONESOUT

Output of a list milestones call.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_workloadid TYPE /AWS1/WADWORKLOADID /AWS1/WADWORKLOADID

The ID assigned to the workload. This ID is unique within an Amazon Web Services Region.

it_milestonesummaries TYPE /AWS1/CL_WADMILESTONESUMMARY=>TT_MILESTONESUMMARIES TT_MILESTONESUMMARIES

A list of milestone summaries.

iv_nexttoken TYPE /AWS1/WADNEXTTOKEN /AWS1/WADNEXTTOKEN

The token to use to retrieve the next set of results.


Queryable Attributes

WorkloadId

The ID assigned to the workload. This ID is unique within an Amazon Web Services Region.

Accessible with the following methods

Method Description
GET_WORKLOADID() Getter for WORKLOADID, with configurable default
ASK_WORKLOADID() Getter for WORKLOADID w/ exceptions if field has no value
HAS_WORKLOADID() Determine if WORKLOADID has a value

MilestoneSummaries

A list of milestone summaries.

Accessible with the following methods

Method Description
GET_MILESTONESUMMARIES() Getter for MILESTONESUMMARIES, with configurable default
ASK_MILESTONESUMMARIES() Getter for MILESTONESUMMARIES w/ exceptions if field has no
HAS_MILESTONESUMMARIES() Determine if MILESTONESUMMARIES has a value

NextToken

The token to use to retrieve the next set of results.

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