Class: Aws::Pinpoint::Types::UpdateGcmChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::UpdateGcmChannelResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Instance Attribute Summary collapse
-
#gcm_channel_response ⇒ Types::GCMChannelResponse
Google Cloud Messaging channel definition.
Instance Attribute Details
#gcm_channel_response ⇒ Types::GCMChannelResponse
Google Cloud Messaging channel definition
4871 4872 4873 4874 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 4871 class UpdateGcmChannelResponse < Struct.new( :gcm_channel_response) include Aws::Structure end |