You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Pinpoint::Types::GCMChannelResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Provides information about the status and settings of the GCM channel for an application. The GCM channel enables Amazon Pinpoint to send push notifications through the Firebase Cloud Messaging (FCM), formerly Google Cloud Messaging (GCM), service.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#application_id ⇒ String

The unique identifier for the application that the GCM channel applies to.

Returns:

  • (String) —

    The unique identifier for the application that the GCM channel applies to.

#creation_date ⇒ String

The date and time when the GCM channel was enabled.

Returns:

  • (String) —

    The date and time when the GCM channel was enabled.

#credential ⇒ String

The Web API Key, also referred to as an API_KEY or server key, that you received from Google to communicate with Google services.

Returns:

  • (String) —

    The Web API Key, also referred to as an API_KEY or server key, that you received from Google to communicate with Google services.

#enabled ⇒ Boolean

Specifies whether the GCM channel is enabled for the application.

Returns:

  • (Boolean) —

    Specifies whether the GCM channel is enabled for the application.

#has_credential ⇒ Boolean

(Not used) This property is retained only for backward compatibility.

Returns:

  • (Boolean) —

    (Not used) This property is retained only for backward compatibility.

#id ⇒ String

(Deprecated) An identifier for the GCM channel. This property is retained only for backward compatibility.

Returns:

  • (String) —

    (Deprecated) An identifier for the GCM channel.

#is_archived ⇒ Boolean

Specifies whether the GCM channel is archived.

Returns:

  • (Boolean) —

    Specifies whether the GCM channel is archived.

#last_modified_by ⇒ String

The user who last modified the GCM channel.

Returns:

  • (String) —

    The user who last modified the GCM channel.

#last_modified_date ⇒ String

The date and time when the GCM channel was last modified.

Returns:

  • (String) —

    The date and time when the GCM channel was last modified.

#platform ⇒ String

The type of messaging or notification platform for the channel. For the GCM channel, this value is GCM.

Returns:

  • (String) —

    The type of messaging or notification platform for the channel.

#version ⇒ Integer

The current version of the GCM channel.

Returns:

  • (Integer) —

    The current version of the GCM channel.