Class: Aws::AmplifyBackend::Types::UpdateBackendAuthMFAConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::UpdateBackendAuthMFAConfig
- 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
-
#mfa_mode ⇒ String
The MFA mode for the backend of your Amplify project.
-
#settings ⇒ Types::Settings
The settings of your MFA configuration for the backend of your Amplify project.
Instance Attribute Details
#mfa_mode ⇒ String
The MFA mode for the backend of your Amplify project.
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 |
#settings ⇒ Types::Settings
The settings of your MFA configuration for the backend of your Amplify project.
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 |