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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpoint/types.rb

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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

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

Returns:

  • (String)


5813
5814
5815
5816
5817
5818
5819
5820
5821
5822
5823
5824
5825
5826
5827
5828
5829
# File 'lib/aws-sdk-pinpoint/types.rb', line 5813

class GCMChannelResponse < Struct.new(
  :application_id,
  :creation_date,
  :credential,
  :default_authentication_method,
  :enabled,
  :has_credential,
  :has_fcm_service_credentials,
  :id,
  :is_archived,
  :last_modified_by,
  :last_modified_date,
  :platform,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#creation_dateString

The date and time when the GCM channel was enabled.

Returns:

  • (String)


5813
5814
5815
5816
5817
5818
5819
5820
5821
5822
5823
5824
5825
5826
5827
5828
5829
# File 'lib/aws-sdk-pinpoint/types.rb', line 5813

class GCMChannelResponse < Struct.new(
  :application_id,
  :creation_date,
  :credential,
  :default_authentication_method,
  :enabled,
  :has_credential,
  :has_fcm_service_credentials,
  :id,
  :is_archived,
  :last_modified_by,
  :last_modified_date,
  :platform,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#credentialString

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)


5813
5814
5815
5816
5817
5818
5819
5820
5821
5822
5823
5824
5825
5826
5827
5828
5829
# File 'lib/aws-sdk-pinpoint/types.rb', line 5813

class GCMChannelResponse < Struct.new(
  :application_id,
  :creation_date,
  :credential,
  :default_authentication_method,
  :enabled,
  :has_credential,
  :has_fcm_service_credentials,
  :id,
  :is_archived,
  :last_modified_by,
  :last_modified_date,
  :platform,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#default_authentication_methodString

The default authentication method used for GCM. Values are either “TOKEN” or “KEY”. Defaults to “KEY”.

Returns:

  • (String)


5813
5814
5815
5816
5817
5818
5819
5820
5821
5822
5823
5824
5825
5826
5827
5828
5829
# File 'lib/aws-sdk-pinpoint/types.rb', line 5813

class GCMChannelResponse < Struct.new(
  :application_id,
  :creation_date,
  :credential,
  :default_authentication_method,
  :enabled,
  :has_credential,
  :has_fcm_service_credentials,
  :id,
  :is_archived,
  :last_modified_by,
  :last_modified_date,
  :platform,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#enabledBoolean

Specifies whether the GCM channel is enabled for the application.

Returns:

  • (Boolean)


5813
5814
5815
5816
5817
5818
5819
5820
5821
5822
5823
5824
5825
5826
5827
5828
5829
# File 'lib/aws-sdk-pinpoint/types.rb', line 5813

class GCMChannelResponse < Struct.new(
  :application_id,
  :creation_date,
  :credential,
  :default_authentication_method,
  :enabled,
  :has_credential,
  :has_fcm_service_credentials,
  :id,
  :is_archived,
  :last_modified_by,
  :last_modified_date,
  :platform,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#has_credentialBoolean

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

Returns:

  • (Boolean)


5813
5814
5815
5816
5817
5818
5819
5820
5821
5822
5823
5824
5825
5826
5827
5828
5829
# File 'lib/aws-sdk-pinpoint/types.rb', line 5813

class GCMChannelResponse < Struct.new(
  :application_id,
  :creation_date,
  :credential,
  :default_authentication_method,
  :enabled,
  :has_credential,
  :has_fcm_service_credentials,
  :id,
  :is_archived,
  :last_modified_by,
  :last_modified_date,
  :platform,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#has_fcm_service_credentialsBoolean

Returns true if the JSON file provided by Google during registration process was used in the ServiceJson field of the request.

Returns:

  • (Boolean)


5813
5814
5815
5816
5817
5818
5819
5820
5821
5822
5823
5824
5825
5826
5827
5828
5829
# File 'lib/aws-sdk-pinpoint/types.rb', line 5813

class GCMChannelResponse < Struct.new(
  :application_id,
  :creation_date,
  :credential,
  :default_authentication_method,
  :enabled,
  :has_credential,
  :has_fcm_service_credentials,
  :id,
  :is_archived,
  :last_modified_by,
  :last_modified_date,
  :platform,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#idString

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

Returns:

  • (String)


5813
5814
5815
5816
5817
5818
5819
5820
5821
5822
5823
5824
5825
5826
5827
5828
5829
# File 'lib/aws-sdk-pinpoint/types.rb', line 5813

class GCMChannelResponse < Struct.new(
  :application_id,
  :creation_date,
  :credential,
  :default_authentication_method,
  :enabled,
  :has_credential,
  :has_fcm_service_credentials,
  :id,
  :is_archived,
  :last_modified_by,
  :last_modified_date,
  :platform,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#is_archivedBoolean

Specifies whether the GCM channel is archived.

Returns:

  • (Boolean)


5813
5814
5815
5816
5817
5818
5819
5820
5821
5822
5823
5824
5825
5826
5827
5828
5829
# File 'lib/aws-sdk-pinpoint/types.rb', line 5813

class GCMChannelResponse < Struct.new(
  :application_id,
  :creation_date,
  :credential,
  :default_authentication_method,
  :enabled,
  :has_credential,
  :has_fcm_service_credentials,
  :id,
  :is_archived,
  :last_modified_by,
  :last_modified_date,
  :platform,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_byString

The user who last modified the GCM channel.

Returns:

  • (String)


5813
5814
5815
5816
5817
5818
5819
5820
5821
5822
5823
5824
5825
5826
5827
5828
5829
# File 'lib/aws-sdk-pinpoint/types.rb', line 5813

class GCMChannelResponse < Struct.new(
  :application_id,
  :creation_date,
  :credential,
  :default_authentication_method,
  :enabled,
  :has_credential,
  :has_fcm_service_credentials,
  :id,
  :is_archived,
  :last_modified_by,
  :last_modified_date,
  :platform,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_dateString

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

Returns:

  • (String)


5813
5814
5815
5816
5817
5818
5819
5820
5821
5822
5823
5824
5825
5826
5827
5828
5829
# File 'lib/aws-sdk-pinpoint/types.rb', line 5813

class GCMChannelResponse < Struct.new(
  :application_id,
  :creation_date,
  :credential,
  :default_authentication_method,
  :enabled,
  :has_credential,
  :has_fcm_service_credentials,
  :id,
  :is_archived,
  :last_modified_by,
  :last_modified_date,
  :platform,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#platformString

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

Returns:

  • (String)


5813
5814
5815
5816
5817
5818
5819
5820
5821
5822
5823
5824
5825
5826
5827
5828
5829
# File 'lib/aws-sdk-pinpoint/types.rb', line 5813

class GCMChannelResponse < Struct.new(
  :application_id,
  :creation_date,
  :credential,
  :default_authentication_method,
  :enabled,
  :has_credential,
  :has_fcm_service_credentials,
  :id,
  :is_archived,
  :last_modified_by,
  :last_modified_date,
  :platform,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#versionInteger

The current version of the GCM channel.

Returns:

  • (Integer)


5813
5814
5815
5816
5817
5818
5819
5820
5821
5822
5823
5824
5825
5826
5827
5828
5829
# File 'lib/aws-sdk-pinpoint/types.rb', line 5813

class GCMChannelResponse < Struct.new(
  :application_id,
  :creation_date,
  :credential,
  :default_authentication_method,
  :enabled,
  :has_credential,
  :has_fcm_service_credentials,
  :id,
  :is_archived,
  :last_modified_by,
  :last_modified_date,
  :platform,
  :version)
  SENSITIVE = []
  include Aws::Structure
end