Class: Aws::Types::DeleteNotificationSubscriptionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteNotificationSubscriptionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
-
#subscription_id ⇒ ::String
Returns the value of attribute subscription_id.
Instance Attribute Details
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
248 249 250 |
# File 'sig/types.rbs', line 248 def organization_id @organization_id end |
#subscription_id ⇒ ::String
Returns the value of attribute subscription_id.
247 248 249 |
# File 'sig/types.rbs', line 247 def subscription_id @subscription_id end |