Module: Aws::IAM::Client::_ListMFADevicesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListMFADevicesResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#is_truncated ⇒ Boolean
1209 |
# File 'sig/client.rbs', line 1209
def is_truncated: () -> bool
|
#marker ⇒ ::String
1210 |
# File 'sig/client.rbs', line 1210
def marker: () -> ::String
|
#mfa_devices ⇒ ::Array[Types::MFADevice]
1208 |
# File 'sig/client.rbs', line 1208
def mfa_devices: () -> ::Array[Types::MFADevice]
|