Class: Aws::CognitoIdentityProvider::Types::NotifyEmailType

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

The notify email type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#html_bodyString

The email HTML body.

Returns:

  • (String)


6883
6884
6885
6886
6887
6888
6889
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6883

class NotifyEmailType < Struct.new(
  :subject,
  :html_body,
  :text_body)
  SENSITIVE = []
  include Aws::Structure
end

#subjectString

The email subject.

Returns:

  • (String)


6883
6884
6885
6886
6887
6888
6889
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6883

class NotifyEmailType < Struct.new(
  :subject,
  :html_body,
  :text_body)
  SENSITIVE = []
  include Aws::Structure
end

#text_bodyString

The email text body.

Returns:

  • (String)


6883
6884
6885
6886
6887
6888
6889
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6883

class NotifyEmailType < Struct.new(
  :subject,
  :html_body,
  :text_body)
  SENSITIVE = []
  include Aws::Structure
end