You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CognitoIdentityProvider::Types::AccountRecoverySettingType

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AccountRecoverySettingType as input to an Aws::Client method, you can use a vanilla Hash:

{
  recovery_mechanisms: [
    {
      priority: 1, # required
      name: "verified_email", # required, accepts verified_email, verified_phone_number, admin_only
    },
  ],
}

The data type for AccountRecoverySetting.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#recovery_mechanismsArray<Types::RecoveryOptionType>

The list of RecoveryOptionTypes.

Returns: