Skip to content

/AWS1/CL_MQ_LISTCONFSRESPONSE

ListConfigurationsResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_CONFIGURATIONS TYPE /AWS1/CL_MQ_CONFIGURATION=>TT___LISTOFCONFIGURATION TT___LISTOFCONFIGURATION

The list of all revisions for the specified configuration.

IV_MAXRESULTS TYPE /AWS1/MQ___INTEGER /AWS1/MQ___INTEGER

The maximum number of configurations that Amazon MQ can return per page (20 by default). This value must be an integer from 5 to 100.

IV_NEXTTOKEN TYPE /AWS1/MQ___STRING /AWS1/MQ___STRING

The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.


Queryable Attributes

Configurations

The list of all revisions for the specified configuration.

Accessible with the following methods

Method Description
GET_CONFIGURATIONS() Getter for CONFIGURATIONS, with configurable default
ASK_CONFIGURATIONS() Getter for CONFIGURATIONS w/ exceptions if field has no valu
HAS_CONFIGURATIONS() Determine if CONFIGURATIONS has a value

MaxResults

The maximum number of configurations that Amazon MQ can return per page (20 by default). This value must be an integer from 5 to 100.

Accessible with the following methods

Method Description
GET_MAXRESULTS() Getter for MAXRESULTS, with configurable default
ASK_MAXRESULTS() Getter for MAXRESULTS w/ exceptions if field has no value
HAS_MAXRESULTS() Determine if MAXRESULTS has a value

NextToken

The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.

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