Class: Aws::Types::ListVirtualMFADevicesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListVirtualMFADevicesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assignment_status ⇒ "Assigned", ...
Returns the value of attribute assignment_status.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
Instance Attribute Details
#assignment_status ⇒ "Assigned", ...
Returns the value of attribute assignment_status.
1606 1607 1608 |
# File 'sig/types.rbs', line 1606 def assignment_status @assignment_status end |
#marker ⇒ ::String
Returns the value of attribute marker.
1607 1608 1609 |
# File 'sig/types.rbs', line 1607 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
1608 1609 1610 |
# File 'sig/types.rbs', line 1608 def max_items @max_items end |