Class: Aws::Types::DeletePushNotificationRegistrationRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeletePushNotificationRegistrationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#registration_id ⇒ ::String
Returns the value of attribute registration_id.
Instance Attribute Details
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
2391 2392 2393 |
# File 'sig/types.rbs', line 2391 def contact_id @contact_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2389 2390 2391 |
# File 'sig/types.rbs', line 2389 def instance_id @instance_id end |
#registration_id ⇒ ::String
Returns the value of attribute registration_id.
2390 2391 2392 |
# File 'sig/types.rbs', line 2390 def registration_id @registration_id end |