Class: Aws::Pinpoint::Types::DeleteGcmChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::DeleteGcmChannelResponse
- 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
1351 1352 1353 1354 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 1351 class DeleteGcmChannelResponse < Struct.new( :gcm_channel_response) include Aws::Structure end |