Class: Aws::AmplifyBackend::Types::SmsSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::SmsSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplifybackend/types.rb
Overview
The settings for the SMS message.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#sms_message ⇒ String
The contents of the SMS message.
Instance Attribute Details
#sms_message ⇒ String
The contents of the SMS message.
2957 2958 2959 2960 2961 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2957 class SmsSettings < Struct.new( :sms_message) SENSITIVE = [] include Aws::Structure end |