Skip to content

/AWS1/CL_NWSLISTDEPLOYSNAPSOUT

ListDeploymentSnapshotsOutput

CONSTRUCTOR

IMPORTING

Required arguments:

it_snapshots TYPE /AWS1/CL_NWSDEPLOYMENTSUMMARY=>TT_DEPLOYMENTSUMMARYLIST TT_DEPLOYMENTSUMMARYLIST

The snapshots of the deployment.

Optional arguments:

iv_nexttoken TYPE /AWS1/NWSNEXTTOKEN /AWS1/NWSNEXTTOKEN

The token for the next page of results. To retrieve the next page, call the operation again and provide this value. When there are no more results, this value is null.


Queryable Attributes

nextToken

The token for the next page of results. To retrieve the next page, call the operation again and provide this value. When there are no more results, this value is null.

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

snapshots

The snapshots of the deployment.

Accessible with the following methods

Method Description
GET_SNAPSHOTS() Getter for SNAPSHOTS, with configurable default
ASK_SNAPSHOTS() Getter for SNAPSHOTS w/ exceptions if field has no value
HAS_SNAPSHOTS() Determine if SNAPSHOTS has a value