/AWS1/CL_BUGLSTVIRTUALMACHIN01¶
ListVirtualMachinesOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_virtualmachines TYPE /AWS1/CL_BUGVIRTUALMACHINE=>TT_VIRTUALMACHINES TT_VIRTUALMACHINES¶
A list of your
VirtualMachineobjects, ordered by their Amazon Resource Names (ARNs).
iv_nexttoken TYPE /AWS1/BUGNEXTTOKEN /AWS1/BUGNEXTTOKEN¶
The next item following a partial list of returned resources. For example, if a request is made to return
maxResultsnumber of resources,NextTokenallows you to return more items in your list starting at the location pointed to by the next token.
Queryable Attributes¶
VirtualMachines¶
A list of your
VirtualMachineobjects, ordered by their Amazon Resource Names (ARNs).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VIRTUALMACHINES() |
Getter for VIRTUALMACHINES, with configurable default |
ASK_VIRTUALMACHINES() |
Getter for VIRTUALMACHINES w/ exceptions if field has no val |
HAS_VIRTUALMACHINES() |
Determine if VIRTUALMACHINES has a value |
NextToken¶
The next item following a partial list of returned resources. For example, if a request is made to return
maxResultsnumber of resources,NextTokenallows you to return more items in your list starting at the location pointed to by the next 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 |