Class: Aws::CognitoIdentityProvider::Types::RecoveryOptionType

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The recovery method for a user.

Returns:

  • (String)


7127
7128
7129
7130
7131
7132
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7127

class RecoveryOptionType < Struct.new(
  :priority,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#priorityInteger

A positive integer specifying priority of a method with 1 being the highest priority.

Returns:

  • (Integer)


7127
7128
7129
7130
7131
7132
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7127

class RecoveryOptionType < Struct.new(
  :priority,
  :name)
  SENSITIVE = []
  include Aws::Structure
end