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.
2349 2350 2351 |
# File 'sig/types.rbs', line 2349 def contact_id @contact_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2347 2348 2349 |
# File 'sig/types.rbs', line 2347 def instance_id @instance_id end |
#registration_id ⇒ ::String
Returns the value of attribute registration_id.
2348 2349 2350 |
# File 'sig/types.rbs', line 2348 def registration_id @registration_id end |