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

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

Overview

Note:

When making an API call, you may pass SoftwareTokenMfaConfigType data as a hash:

{
  enabled: false,
}

The type used for enabling software token MFA at the user pool level.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Specifies whether software token MFA is activated.

Returns:

  • (Boolean)


8505
8506
8507
8508
8509
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8505

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