Class: Aws::Types::ListVirtualMFADevicesRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#assignment_status"Assigned", ...

Returns the value of attribute assignment_status.

Returns:

  • ("Assigned", "Unassigned", "Any")


1569
1570
1571
# File 'sig/types.rbs', line 1569

def assignment_status
  @assignment_status
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1570
1571
1572
# File 'sig/types.rbs', line 1570

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


1571
1572
1573
# File 'sig/types.rbs', line 1571

def max_items
  @max_items
end