Skip to content

/AWS1/CL_IAMLSTVIRTUALMFADEV01

Contains the response to a successful ListVirtualMFADevices request.

CONSTRUCTOR

IMPORTING

Required arguments:

IT_VIRTUALMFADEVICES TYPE /AWS1/CL_IAMVIRTUALMFADEVICE=>TT_VIRTUALMFADEVICELISTTYPE TT_VIRTUALMFADEVICELISTTYPE

The list of virtual MFA devices in the current account that match the AssignmentStatus value that was passed in the request.

Optional arguments:

IV_ISTRUNCATED TYPE /AWS1/IAMBOOLEANTYPE /AWS1/IAMBOOLEANTYPE

A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the Marker request parameter to retrieve more items. Note that IAM might return fewer than the MaxItems number of results even when there are more results available. We recommend that you check IsTruncated after every call to ensure that you receive all your results.

IV_MARKER TYPE /AWS1/IAMRESPONSEMARKERTYPE /AWS1/IAMRESPONSEMARKERTYPE

When IsTruncated is true, this element is present and contains the value to use for the Marker parameter in a subsequent pagination request.


Queryable Attributes

VirtualMFADevices

The list of virtual MFA devices in the current account that match the AssignmentStatus value that was passed in the request.

Accessible with the following methods

Method Description
GET_VIRTUALMFADEVICES() Getter for VIRTUALMFADEVICES, with configurable default
ASK_VIRTUALMFADEVICES() Getter for VIRTUALMFADEVICES w/ exceptions if field has no v
HAS_VIRTUALMFADEVICES() Determine if VIRTUALMFADEVICES has a value

IsTruncated

A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the Marker request parameter to retrieve more items. Note that IAM might return fewer than the MaxItems number of results even when there are more results available. We recommend that you check IsTruncated after every call to ensure that you receive all your results.

Accessible with the following methods

Method Description
GET_ISTRUNCATED() Getter for ISTRUNCATED

Marker

When IsTruncated is true, this element is present and contains the value to use for the Marker parameter in a subsequent pagination request.

Accessible with the following methods

Method Description
GET_MARKER() Getter for MARKER, with configurable default
ASK_MARKER() Getter for MARKER w/ exceptions if field has no value
HAS_MARKER() Determine if MARKER has a value