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)


1289
1290
1291
# File 'sig/types.rbs', line 1289

def is_truncated
  @is_truncated
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1290
1291
1292
# File 'sig/types.rbs', line 1290

def marker
  @marker
end

#mfa_devices::Array[Types::MFADevice]

Returns the value of attribute mfa_devices.

Returns:



1288
1289
1290
# File 'sig/types.rbs', line 1288

def mfa_devices
  @mfa_devices
end