Class: Aws::Types::BulkEmailDestination
- Inherits:
-
Object
- Object
- Aws::Types::BulkEmailDestination
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination ⇒ Types::Destination
Returns the value of attribute destination.
-
#replacement_tags ⇒ ::Array[Types::MessageTag]
Returns the value of attribute replacement_tags.
-
#replacement_template_data ⇒ ::String
Returns the value of attribute replacement_template_data.
Instance Attribute Details
#destination ⇒ Types::Destination
Returns the value of attribute destination.
49 50 51 |
# File 'sig/types.rbs', line 49 def destination @destination end |
#replacement_tags ⇒ ::Array[Types::MessageTag]
Returns the value of attribute replacement_tags.
50 51 52 |
# File 'sig/types.rbs', line 50 def @replacement_tags end |
#replacement_template_data ⇒ ::String
Returns the value of attribute replacement_template_data.
51 52 53 |
# File 'sig/types.rbs', line 51 def replacement_template_data @replacement_template_data end |