Class: Aws::CognitoIdentityProvider::Types::SoftwareTokenMfaConfigType

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

Settings for time-based one-time password (TOTP) multi-factor authentication (MFA) in a user pool. Enables and disables availability of this feature.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

The activation state of TOTP MFA.

Returns:

  • (Boolean)


10683
10684
10685
10686
10687
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 10683

class SoftwareTokenMfaConfigType < Struct.new(
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end