Skip to content

/AWS1/CL_DAXDESCRDEFPARAMSRSP

DescribeDefaultParametersResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_NEXTTOKEN TYPE /AWS1/DAXSTRING /AWS1/DAXSTRING

Provides an identifier to allow retrieval of paginated results.

IT_PARAMETERS TYPE /AWS1/CL_DAXPARAMETER=>TT_PARAMETERLIST TT_PARAMETERLIST

A list of parameters. Each element in the list represents one parameter.


Queryable Attributes

NextToken

Provides an identifier to allow retrieval of paginated 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

Parameters

A list of parameters. Each element in the list represents one parameter.

Accessible with the following methods

Method Description
GET_PARAMETERS() Getter for PARAMETERS, with configurable default
ASK_PARAMETERS() Getter for PARAMETERS w/ exceptions if field has no value
HAS_PARAMETERS() Determine if PARAMETERS has a value