/AWS1/CL_HSMLISTHSMSRESPONSE¶
Contains the output of the ListHsms operation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_hsmlist TYPE /AWS1/CL_HSMHSMLIST_W=>TT_HSMLIST TT_HSMLIST¶
The list of ARNs that identify the HSMs.
iv_nexttoken TYPE /AWS1/HSMPAGINATIONTOKEN /AWS1/HSMPAGINATIONTOKEN¶
If not null, more results are available. Pass this value to
ListHsmsto retrieve the next set of items.
Queryable Attributes¶
HsmList¶
The list of ARNs that identify the HSMs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HSMLIST() |
Getter for HSMLIST, with configurable default |
ASK_HSMLIST() |
Getter for HSMLIST w/ exceptions if field has no value |
HAS_HSMLIST() |
Determine if HSMLIST has a value |
NextToken¶
If not null, more results are available. Pass this value to
ListHsmsto retrieve the next set of items.
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 |