Class: Aws::Types::ListMFADevicesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListMFADevicesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#mfa_devices ⇒ ::Array[Types::MFADevice]
Returns the value of attribute mfa_devices.
Instance Attribute Details
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
1289 1290 1291 |
# File 'sig/types.rbs', line 1289 def is_truncated @is_truncated end |
#marker ⇒ ::String
Returns the value of attribute marker.
1290 1291 1292 |
# File 'sig/types.rbs', line 1290 def marker @marker end |
#mfa_devices ⇒ ::Array[Types::MFADevice]
Returns the value of attribute mfa_devices.
1288 1289 1290 |
# File 'sig/types.rbs', line 1288 def mfa_devices @mfa_devices end |