Class: Aws::AmplifyBackend::Types::Settings
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::Settings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplifybackend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #mfa_types ⇒ Array<String>
-
#sms_message ⇒ String
The body of the SMS message.
Instance Attribute Details
#mfa_types ⇒ Array<String>
2942 2943 2944 2945 2946 2947 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2942 class Settings < Struct.new( :mfa_types, :sms_message) SENSITIVE = [] include Aws::Structure end |
#sms_message ⇒ String
The body of the SMS message.
2942 2943 2944 2945 2946 2947 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2942 class Settings < Struct.new( :mfa_types, :sms_message) SENSITIVE = [] include Aws::Structure end |