Class: Aws::AmplifyBackend::Types::EmailSettings

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

Overview

The settings for the email message.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#email_messageString

The contents of the email message.

Returns:

  • (String)


1696
1697
1698
1699
1700
1701
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1696

class EmailSettings < Struct.new(
  :email_message,
  :email_subject)
  SENSITIVE = []
  include Aws::Structure
end

#email_subjectString

The contents of the subject line of the email message.

Returns:

  • (String)


1696
1697
1698
1699
1700
1701
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1696

class EmailSettings < Struct.new(
  :email_message,
  :email_subject)
  SENSITIVE = []
  include Aws::Structure
end