Skip to content

/AWS1/CL_DIRBTCLISTOBJATTRSRSP

Represents the output of a ListObjectAttributes response operation.

CONSTRUCTOR

IMPORTING

Optional arguments:

it_attributes TYPE /AWS1/CL_DIRATTRKEYANDVALUE=>TT_ATTRIBUTEKEYANDVALUELIST TT_ATTRIBUTEKEYANDVALUELIST

The attributes map that is associated with the object. AttributeArn is the key; attribute value is the value.

iv_nexttoken TYPE /AWS1/DIRNEXTTOKEN /AWS1/DIRNEXTTOKEN

The pagination token.


Queryable Attributes

Attributes

The attributes map that is associated with the object. AttributeArn is the key; attribute value is the value.

Accessible with the following methods

Method Description
GET_ATTRIBUTES() Getter for ATTRIBUTES, with configurable default
ASK_ATTRIBUTES() Getter for ATTRIBUTES w/ exceptions if field has no value
HAS_ATTRIBUTES() Determine if ATTRIBUTES has a value

NextToken

The pagination token.

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