AWS SDK for .NET Documentation
ListVirtualMFADevicesResult Class
AmazonAmazon.IdentityManagement.ModelListVirtualMFADevicesResult Did this page help you?   Yes   No    Tell us about it...
Contains the result of a successful invocation of the ListVirtualMFADevices action.
Declaration Syntax
C#
public class ListVirtualMFADevicesResult
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ListVirtualMFADevicesResult()()()()
Initializes a new instance of the ListVirtualMFADevicesResult class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
IsTruncated
Gets and sets the property IsTruncated.

A flag that indicates whether there are more items to list. If your results were truncated, you can make a subsequent pagination request using the

CopyC#
Marker
request parameter to retrieve more items the list.


Marker
Gets and sets the property Marker.

If

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


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
VirtualMFADevices
Gets and sets the property VirtualMFADevices.

WithIsTruncated(Boolean) Obsolete.
Sets the IsTruncated property

WithMarker(String) Obsolete.
Sets the Marker property

WithVirtualMFADevices(array<VirtualMFADevice>[]()[][]) Obsolete.
Sets the VirtualMFADevices property

WithVirtualMFADevices(IEnumerable<(Of <<'(VirtualMFADevice>)>>)) Obsolete.
Sets the VirtualMFADevices property

Inheritance Hierarchy
Object
ListVirtualMFADevicesResult

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)