Class: Aws::AmplifyBackend::Types::UpdateBackendAuthMFAConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb

Overview

Updates the multi-factor authentication (MFA) configuration for the backend of your Amplify project.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#mfa_modeString

The MFA mode for the backend of your Amplify project.

Returns:

  • (String)


3128
3129
3130
3131
3132
3133
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 3128

class UpdateBackendAuthMFAConfig < Struct.new(
  :mfa_mode,
  :settings)
  SENSITIVE = []
  include Aws::Structure
end

#settingsTypes::Settings

The settings of your MFA configuration for the backend of your Amplify project.

Returns:



3128
3129
3130
3131
3132
3133
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 3128

class UpdateBackendAuthMFAConfig < Struct.new(
  :mfa_mode,
  :settings)
  SENSITIVE = []
  include Aws::Structure
end