Class: Aws::Types::DeletePublishingDestinationRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeletePublishingDestinationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_id ⇒ ::String
Returns the value of attribute destination_id.
-
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
Instance Attribute Details
#destination_id ⇒ ::String
Returns the value of attribute destination_id.
771 772 773 |
# File 'sig/types.rbs', line 771 def destination_id @destination_id end |
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
770 771 772 |
# File 'sig/types.rbs', line 770 def detector_id @detector_id end |