Skip to content

/AWS1/CL_AINLISTLOGPATSETSRSP

ListLogPatternSetsResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_RESOURCEGROUPNAME TYPE /AWS1/AINRESOURCEGROUPNAME /AWS1/AINRESOURCEGROUPNAME

The name of the resource group.

IV_ACCOUNTID TYPE /AWS1/AINACCOUNTID /AWS1/AINACCOUNTID

The AWS account ID for the resource group owner.

IT_LOGPATTERNSETS TYPE /AWS1/CL_AINLOGPATSETLIST_W=>TT_LOGPATTERNSETLIST TT_LOGPATTERNSETLIST

The list of log pattern sets.

IV_NEXTTOKEN TYPE /AWS1/AINPAGINATIONTOKEN /AWS1/AINPAGINATIONTOKEN

The token used to retrieve the next page of results. This value is null when there are no more results to return.


Queryable Attributes

ResourceGroupName

The name of the resource group.

Accessible with the following methods

Method Description
GET_RESOURCEGROUPNAME() Getter for RESOURCEGROUPNAME, with configurable default
ASK_RESOURCEGROUPNAME() Getter for RESOURCEGROUPNAME w/ exceptions if field has no v
HAS_RESOURCEGROUPNAME() Determine if RESOURCEGROUPNAME has a value

AccountId

The AWS account ID for the resource group owner.

Accessible with the following methods

Method Description
GET_ACCOUNTID() Getter for ACCOUNTID, with configurable default
ASK_ACCOUNTID() Getter for ACCOUNTID w/ exceptions if field has no value
HAS_ACCOUNTID() Determine if ACCOUNTID has a value

LogPatternSets

The list of log pattern sets.

Accessible with the following methods

Method Description
GET_LOGPATTERNSETS() Getter for LOGPATTERNSETS, with configurable default
ASK_LOGPATTERNSETS() Getter for LOGPATTERNSETS w/ exceptions if field has no valu
HAS_LOGPATTERNSETS() Determine if LOGPATTERNSETS has a value

NextToken

The token used to retrieve the next page of results. This value is null when there are no more 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