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.
2396 2397 2398 |
# File 'sig/types.rbs', line 2396 def contact_id @contact_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2394 2395 2396 |
# File 'sig/types.rbs', line 2394 def instance_id @instance_id end |
#registration_id ⇒ ::String
Returns the value of attribute registration_id.
2395 2396 2397 |
# File 'sig/types.rbs', line 2395 def registration_id @registration_id end |