Class: Aws::Types::UpdateGcmChannelRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateGcmChannelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#gcm_channel_request ⇒ Types::GCMChannelRequest
Returns the value of attribute gcm_channel_request.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
3077 3078 3079 |
# File 'sig/types.rbs', line 3077 def application_id @application_id end |
#gcm_channel_request ⇒ Types::GCMChannelRequest
Returns the value of attribute gcm_channel_request.
3078 3079 3080 |
# File 'sig/types.rbs', line 3078 def gcm_channel_request @gcm_channel_request end |