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.
2421 2422 2423 |
# File 'sig/types.rbs', line 2421 def contact_id @contact_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2419 2420 2421 |
# File 'sig/types.rbs', line 2419 def instance_id @instance_id end |
#registration_id ⇒ ::String
Returns the value of attribute registration_id.
2420 2421 2422 |
# File 'sig/types.rbs', line 2420 def registration_id @registration_id end |