Class: Aws::AmplifyBackend::Types::SmsSettings

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

Overview

The settings for the SMS message.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sms_messageString

The contents of the SMS message.

Returns:

  • (String)


2957
2958
2959
2960
2961
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2957

class SmsSettings < Struct.new(
  :sms_message)
  SENSITIVE = []
  include Aws::Structure
end