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
1243 |
# File 'sig/client.rbs', line 1243
def is_truncated: () -> bool
|
#marker ⇒ ::String
1244 |
# File 'sig/client.rbs', line 1244
def marker: () -> ::String
|
#mfa_devices ⇒ ::Array[Types::MFADevice]
1242 |
# File 'sig/client.rbs', line 1242
def mfa_devices: () -> ::Array[Types::MFADevice]
|