Class: Aws::CognitoIdentityProvider::Types::SoftwareTokenMfaConfigType
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::SoftwareTokenMfaConfigType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
The type used for enabling software token MFA at the user pool level.
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.
7611 7612 7613 7614 7615 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7611 class SoftwareTokenMfaConfigType < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |