Class: Aws::Types::ListMFADevicesResponse

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)


1326
1327
1328
# File 'sig/types.rbs', line 1326

def is_truncated
  @is_truncated
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1327
1328
1329
# File 'sig/types.rbs', line 1327

def marker
  @marker
end

#mfa_devices::Array[Types::MFADevice]

Returns the value of attribute mfa_devices.

Returns:



1325
1326
1327
# File 'sig/types.rbs', line 1325

def mfa_devices
  @mfa_devices
end