Class: Aws::Types::ListVirtualMFADevicesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#is_truncatedBoolean

Returns the value of attribute is_truncated.

Returns:

  • (Boolean)


1577
1578
1579
# File 'sig/types.rbs', line 1577

def is_truncated
  @is_truncated
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


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.

Returns:



1576
1577
1578
# File 'sig/types.rbs', line 1576

def virtual_mfa_devices
  @virtual_mfa_devices
end