Class: Aws::CognitoIdentityProvider::Types::AccountRecoverySettingType
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::AccountRecoverySettingType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
The data type for ‘AccountRecoverySetting`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#recovery_mechanisms ⇒ Array<Types::RecoveryOptionType>
The list of ‘RecoveryOptionTypes`.
Instance Attribute Details
#recovery_mechanisms ⇒ Array<Types::RecoveryOptionType>
The list of ‘RecoveryOptionTypes`.
21 22 23 24 25 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 21 class AccountRecoverySettingType < Struct.new( :recovery_mechanisms) SENSITIVE = [] include Aws::Structure end |