Class: Aws::Types::ImportDestination
- Inherits:
-
Object
- Object
- Aws::Types::ImportDestination
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_list_destination ⇒ Types::ContactListDestination
Returns the value of attribute contact_list_destination.
-
#suppression_list_destination ⇒ Types::SuppressionListDestination
Returns the value of attribute suppression_list_destination.
Instance Attribute Details
#contact_list_destination ⇒ Types::ContactListDestination
Returns the value of attribute contact_list_destination.
1095 1096 1097 |
# File 'sig/types.rbs', line 1095 def contact_list_destination @contact_list_destination end |
#suppression_list_destination ⇒ Types::SuppressionListDestination
Returns the value of attribute suppression_list_destination.
1094 1095 1096 |
# File 'sig/types.rbs', line 1094 def suppression_list_destination @suppression_list_destination end |