Class: Aws::Types::PutDeliveryDestinationPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutDeliveryDestinationPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delivery_destination_name ⇒ ::String
Returns the value of attribute delivery_destination_name.
-
#delivery_destination_policy ⇒ ::String
Returns the value of attribute delivery_destination_policy.
Instance Attribute Details
#delivery_destination_name ⇒ ::String
Returns the value of attribute delivery_destination_name.
1761 1762 1763 |
# File 'sig/types.rbs', line 1761 def delivery_destination_name @delivery_destination_name end |
#delivery_destination_policy ⇒ ::String
Returns the value of attribute delivery_destination_policy.
1762 1763 1764 |
# File 'sig/types.rbs', line 1762 def delivery_destination_policy @delivery_destination_policy end |