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.
1569 1570 1571 |
# File 'sig/types.rbs', line 1569 def assignment_status @assignment_status end |
#marker ⇒ ::String
Returns the value of attribute marker.
1570 1571 1572 |
# File 'sig/types.rbs', line 1570 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
1571 1572 1573 |
# File 'sig/types.rbs', line 1571 def max_items @max_items end |