Class: Aws::CognitoIdentityProvider::Types::MFAOptionType

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

Overview

*This data type is no longer supported.* Applies only to SMS multi-factor authentication (MFA) configurations. Does not apply to time-based one-time password (TOTP) software token MFA configurations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_nameString

The attribute name of the MFA option type. The only valid value is ‘phone_number`.

Returns:

  • (String)


6564
6565
6566
6567
6568
6569
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6564

class MFAOptionType < Struct.new(
  :delivery_medium,
  :attribute_name)
  SENSITIVE = []
  include Aws::Structure
end

#delivery_mediumString

The delivery medium to send the MFA code. You can use this parameter to set only the ‘SMS` delivery medium value.

Returns:

  • (String)


6564
6565
6566
6567
6568
6569
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6564

class MFAOptionType < Struct.new(
  :delivery_medium,
  :attribute_name)
  SENSITIVE = []
  include Aws::Structure
end