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")


1606
1607
1608
# File 'sig/types.rbs', line 1606

def assignment_status
  @assignment_status
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1607
1608
1609
# File 'sig/types.rbs', line 1607

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


1608
1609
1610
# File 'sig/types.rbs', line 1608

def max_items
  @max_items
end