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.
8050 8051 8052 8053 8054 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8050 class SoftwareTokenMfaConfigType < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |