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.
1326 1327 1328 |
# File 'sig/types.rbs', line 1326 def is_truncated @is_truncated end |
#marker ⇒ ::String
Returns the value of attribute marker.
1327 1328 1329 |
# File 'sig/types.rbs', line 1327 def marker @marker end |
#mfa_devices ⇒ ::Array[Types::MFADevice]
Returns the value of attribute mfa_devices.
1325 1326 1327 |
# File 'sig/types.rbs', line 1325 def mfa_devices @mfa_devices end |