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.
8176 8177 8178 8179 8180 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8176 class SoftwareTokenMfaConfigType < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |