Class: Aws::Types::SetUserPoolMfaConfigRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#email_mfa_configurationTypes::EmailMfaConfigType

Returns the value of attribute email_mfa_configuration.



1966
1967
1968
# File 'sig/types.rbs', line 1966

def email_mfa_configuration
  @email_mfa_configuration
end

#mfa_configuration"OFF", ...

Returns the value of attribute mfa_configuration.

Returns:

  • ("OFF", "ON", "OPTIONAL")


1967
1968
1969
# File 'sig/types.rbs', line 1967

def mfa_configuration
  @mfa_configuration
end

#sms_mfa_configurationTypes::SmsMfaConfigType

Returns the value of attribute sms_mfa_configuration.



1964
1965
1966
# File 'sig/types.rbs', line 1964

def sms_mfa_configuration
  @sms_mfa_configuration
end

#software_token_mfa_configurationTypes::SoftwareTokenMfaConfigType

Returns the value of attribute software_token_mfa_configuration.



1965
1966
1967
# File 'sig/types.rbs', line 1965

def software_token_mfa_configuration
  @software_token_mfa_configuration
end

#user_pool_id::String

Returns the value of attribute user_pool_id.

Returns:

  • (::String)


1963
1964
1965
# File 'sig/types.rbs', line 1963

def user_pool_id
  @user_pool_id
end

#web_authn_configurationTypes::WebAuthnConfigurationType

Returns the value of attribute web_authn_configuration.



1968
1969
1970
# File 'sig/types.rbs', line 1968

def web_authn_configuration
  @web_authn_configuration
end