Class: Aws::Pinpoint::Types::GCMChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GCMChannelResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Google Cloud Messaging channel definition
Instance Attribute Summary collapse
-
#application_id ⇒ String
The ID of the application to which the channel applies.
-
#creation_date ⇒ String
When was this segment created.
-
#credential ⇒ String
The GCM API key from Google.
-
#enabled ⇒ Boolean
If the channel is enabled for sending messages.
-
#id ⇒ String
Channel ID.
-
#is_archived ⇒ Boolean
Is this channel archived.
-
#last_modified_by ⇒ String
Who last updated this entry.
-
#last_modified_date ⇒ String
Last date this was updated.
-
#platform ⇒ String
The platform type.
-
#version ⇒ Integer
Version of channel.
Instance Attribute Details
#application_id ⇒ String
The ID of the application to which the channel applies.
2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 2239 class GCMChannelResponse < Struct.new( :application_id, :creation_date, :credential, :enabled, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :version) include Aws::Structure end |
#creation_date ⇒ String
When was this segment created
2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 2239 class GCMChannelResponse < Struct.new( :application_id, :creation_date, :credential, :enabled, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :version) include Aws::Structure end |
#credential ⇒ String
The GCM API key from Google.
2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 2239 class GCMChannelResponse < Struct.new( :application_id, :creation_date, :credential, :enabled, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :version) include Aws::Structure end |
#enabled ⇒ Boolean
If the channel is enabled for sending messages.
2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 2239 class GCMChannelResponse < Struct.new( :application_id, :creation_date, :credential, :enabled, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :version) include Aws::Structure end |
#id ⇒ String
Channel ID. Not used. Present only for backwards compatibility.
2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 2239 class GCMChannelResponse < Struct.new( :application_id, :creation_date, :credential, :enabled, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :version) include Aws::Structure end |
#is_archived ⇒ Boolean
Is this channel archived
2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 2239 class GCMChannelResponse < Struct.new( :application_id, :creation_date, :credential, :enabled, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :version) include Aws::Structure end |
#last_modified_by ⇒ String
Who last updated this entry
2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 2239 class GCMChannelResponse < Struct.new( :application_id, :creation_date, :credential, :enabled, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :version) include Aws::Structure end |
#last_modified_date ⇒ String
Last date this was updated
2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 2239 class GCMChannelResponse < Struct.new( :application_id, :creation_date, :credential, :enabled, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :version) include Aws::Structure end |
#platform ⇒ String
The platform type. Will be GCM
2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 2239 class GCMChannelResponse < Struct.new( :application_id, :creation_date, :credential, :enabled, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :version) include Aws::Structure end |
#version ⇒ Integer
Version of channel
2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 2239 class GCMChannelResponse < Struct.new( :application_id, :creation_date, :credential, :enabled, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :version) include Aws::Structure end |