Class: Aws::Types::ListVirtualMFADevicesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListVirtualMFADevicesResponse
- 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.
-
#virtual_mfa_devices ⇒ ::Array[Types::VirtualMFADevice]
Returns the value of attribute virtual_mfa_devices.
Instance Attribute Details
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
1577 1578 1579 |
# File 'sig/types.rbs', line 1577 def is_truncated @is_truncated end |
#marker ⇒ ::String
Returns the value of attribute marker.
1578 1579 1580 |
# File 'sig/types.rbs', line 1578 def marker @marker end |
#virtual_mfa_devices ⇒ ::Array[Types::VirtualMFADevice]
Returns the value of attribute virtual_mfa_devices.
1576 1577 1578 |
# File 'sig/types.rbs', line 1576 def virtual_mfa_devices @virtual_mfa_devices end |