Class: Aws::Types::EmailChannelSubtypeParameters
- Inherits:
-
Object
- Object
- Aws::Types::EmailChannelSubtypeParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connect_source_email_address ⇒ ::String
Returns the value of attribute connect_source_email_address.
-
#destination_email_address ⇒ ::String
Returns the value of attribute destination_email_address.
-
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
-
#template_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute template_parameters.
Instance Attribute Details
#connect_source_email_address ⇒ ::String
Returns the value of attribute connect_source_email_address.
244 245 246 |
# File 'sig/types.rbs', line 244 def connect_source_email_address @connect_source_email_address end |
#destination_email_address ⇒ ::String
Returns the value of attribute destination_email_address.
243 244 245 |
# File 'sig/types.rbs', line 243 def destination_email_address @destination_email_address end |
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
245 246 247 |
# File 'sig/types.rbs', line 245 def template_arn @template_arn end |
#template_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute template_parameters.
246 247 248 |
# File 'sig/types.rbs', line 246 def template_parameters @template_parameters end |