Class: Aws::Types::ListMFADevicesResponse

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#is_truncatedBoolean

Returns the value of attribute is_truncated.



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

def is_truncated
  @is_truncated
end

#marker::String

Returns the value of attribute marker.



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.



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

def mfa_devices
  @mfa_devices
end