Class: Aws::CognitoIdentityProvider::Types::SoftwareTokenMfaConfigType
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::SoftwareTokenMfaConfigType
- Defined in:
- gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Configures a user pool for time-based one-time password (TOTP) multi-factor authentication (MFA). Enables or disables TOTP.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Specifies whether software token MFA is activated.
Instance Attribute Details
#enabled ⇒ Boolean
Specifies whether software token MFA is activated.
8341 8342 8343 8344 8345 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 8341 class SoftwareTokenMfaConfigType < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |