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.

This data type is a request parameter of SetUserPoolMfaConfig and a response parameter of GetUserPoolMfaConfig.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

The activation state of TOTP MFA.

Returns:

  • (Boolean)


10333
10334
10335
10336
10337
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 10333

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