Class: Aws::Pinpoint::Types::UpdateGcmChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::UpdateGcmChannelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Note:
When making an API call, you may pass UpdateGcmChannelRequest data as a hash:
{
application_id: "__string", # required
gcm_channel_request: { # required
api_key: "__string",
enabled: false,
},
}
Instance Attribute Summary collapse
- #application_id ⇒ String
-
#gcm_channel_request ⇒ Types::GCMChannelRequest
Google Cloud Messaging credentials.
Instance Attribute Details
#application_id ⇒ String
4861 4862 4863 4864 4865 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 4861 class UpdateGcmChannelRequest < Struct.new( :application_id, :gcm_channel_request) include Aws::Structure end |
#gcm_channel_request ⇒ Types::GCMChannelRequest
Google Cloud Messaging credentials
4861 4862 4863 4864 4865 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 4861 class UpdateGcmChannelRequest < Struct.new( :application_id, :gcm_channel_request) include Aws::Structure end |