Contains the result of a successful invocation of the ListMFADevices action.

C# |
public class ListMFADevicesResult

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | ListMFADevicesResult()()()() | Initializes a new instance of the ListMFADevicesResult class |
![]() | Equals(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 MFA devices to list. If your results
were truncated, you can make a subsequent pagination request using the |
![]() | Marker |
Gets and sets the property Marker.
If |
![]() | MFADevices |
Gets and sets the property MFADevices.
A list of MFA devices. |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithIsTruncated(Boolean) | Obsolete.
Sets the IsTruncated property
|
![]() | WithMarker(String) | Obsolete.
Sets the Marker property
|
![]() | WithMFADevices(array<MFADevice>[]()[][]) | Obsolete.
Sets the MFADevices property
|
![]() | WithMFADevices(IEnumerable<(Of <<'(MFADevice>)>>)) | Obsolete.
Sets the MFADevices property
|

Object | |
![]() | ListMFADevicesResult |