Skip to content

/AWS1/CL_SGNLISTSIGNINGPFLSRSP

ListSigningProfilesResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

it_profiles TYPE /AWS1/CL_SGNSIGNINGPROFILE=>TT_SIGNINGPROFILES TT_SIGNINGPROFILES

A list of profiles that are available in the AWS account. This includes profiles with the status of CANCELED if the includeCanceled parameter is set to true.

iv_nexttoken TYPE /AWS1/SGNNEXTTOKEN /AWS1/SGNNEXTTOKEN

Value for specifying the next set of paginated results to return.


Queryable Attributes

profiles

A list of profiles that are available in the AWS account. This includes profiles with the status of CANCELED if the includeCanceled parameter is set to true.

Accessible with the following methods

Method Description
GET_PROFILES() Getter for PROFILES, with configurable default
ASK_PROFILES() Getter for PROFILES w/ exceptions if field has no value
HAS_PROFILES() Determine if PROFILES has a value

nextToken

Value for specifying the next set of paginated results to return.

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