class Aws::CognitoIdentityProvider::Types::RecoveryOptionType

A map containing a priority as a key, and recovery method name as a value.

@note When making an API call, you may pass RecoveryOptionType

data as a hash:

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

@!attribute [rw] priority

A positive integer specifying priority of a method with 1 being the
highest priority.
@return [Integer]

@!attribute [rw] name

Specifies the recovery method for a user.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/cognito-idp-2016-04-18/RecoveryOptionType AWS API Documentation

Constants

SENSITIVE