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

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

Overview

The data type for ‘AccountRecoverySetting`.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#recovery_mechanismsArray<Types::RecoveryOptionType>

The list of ‘RecoveryOptionTypes`.

Returns:



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