Class: Aws::QConnect::Types::EmailHeader
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::EmailHeader
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
The email header to include in email messages.
Constant Summary collapse
- SENSITIVE =
[:value]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the email header.
-
#value ⇒ String
The value of the email header.
Instance Attribute Details
#name ⇒ String
The name of the email header.
3900 3901 3902 3903 3904 3905 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3900 class EmailHeader < Struct.new( :name, :value) SENSITIVE = [:value] include Aws::Structure end |
#value ⇒ String
The value of the email header.
3900 3901 3902 3903 3904 3905 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3900 class EmailHeader < Struct.new( :name, :value) SENSITIVE = [:value] include Aws::Structure end |