Class: Aws::Pinpoint::Types::APNSSandboxChannelResponse

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

Overview

Apple Development Push Notification Service channel definition.

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

Application id

Returns:

  • (String)


277
278
279
280
281
282
283
284
285
286
287
288
# File 'lib/aws-sdk-pinpoint/types.rb', line 277

class APNSSandboxChannelResponse < Struct.new(
  :application_id,
  :creation_date,
  :enabled,
  :id,
  :is_archived,
  :last_modified_by,
  :last_modified_date,
  :platform,
  :version)
  include Aws::Structure
end

#creation_dateString

When was this segment created

Returns:

  • (String)


277
278
279
280
281
282
283
284
285
286
287
288
# File 'lib/aws-sdk-pinpoint/types.rb', line 277

class APNSSandboxChannelResponse < Struct.new(
  :application_id,
  :creation_date,
  :enabled,
  :id,
  :is_archived,
  :last_modified_by,
  :last_modified_date,
  :platform,
  :version)
  include Aws::Structure
end

#enabledBoolean

If the channel is enabled for sending messages.

Returns:

  • (Boolean)


277
278
279
280
281
282
283
284
285
286
287
288
# File 'lib/aws-sdk-pinpoint/types.rb', line 277

class APNSSandboxChannelResponse < Struct.new(
  :application_id,
  :creation_date,
  :enabled,
  :id,
  :is_archived,
  :last_modified_by,
  :last_modified_date,
  :platform,
  :version)
  include Aws::Structure
end

#idString

Channel ID. Not used, only for backwards compatibility.

Returns:

  • (String)


277
278
279
280
281
282
283
284
285
286
287
288
# File 'lib/aws-sdk-pinpoint/types.rb', line 277

class APNSSandboxChannelResponse < Struct.new(
  :application_id,
  :creation_date,
  :enabled,
  :id,
  :is_archived,
  :last_modified_by,
  :last_modified_date,
  :platform,
  :version)
  include Aws::Structure
end

#is_archivedBoolean

Is this channel archived

Returns:

  • (Boolean)


277
278
279
280
281
282
283
284
285
286
287
288
# File 'lib/aws-sdk-pinpoint/types.rb', line 277

class APNSSandboxChannelResponse < Struct.new(
  :application_id,
  :creation_date,
  :enabled,
  :id,
  :is_archived,
  :last_modified_by,
  :last_modified_date,
  :platform,
  :version)
  include Aws::Structure
end

#last_modified_byString

Who last updated this entry

Returns:

  • (String)


277
278
279
280
281
282
283
284
285
286
287
288
# File 'lib/aws-sdk-pinpoint/types.rb', line 277

class APNSSandboxChannelResponse < Struct.new(
  :application_id,
  :creation_date,
  :enabled,
  :id,
  :is_archived,
  :last_modified_by,
  :last_modified_date,
  :platform,
  :version)
  include Aws::Structure
end

#last_modified_dateString

Last date this was updated

Returns:

  • (String)


277
278
279
280
281
282
283
284
285
286
287
288
# File 'lib/aws-sdk-pinpoint/types.rb', line 277

class APNSSandboxChannelResponse < Struct.new(
  :application_id,
  :creation_date,
  :enabled,
  :id,
  :is_archived,
  :last_modified_by,
  :last_modified_date,
  :platform,
  :version)
  include Aws::Structure
end

#platformString

The platform type. Will be APNS_SANDBOX.

Returns:

  • (String)


277
278
279
280
281
282
283
284
285
286
287
288
# File 'lib/aws-sdk-pinpoint/types.rb', line 277

class APNSSandboxChannelResponse < Struct.new(
  :application_id,
  :creation_date,
  :enabled,
  :id,
  :is_archived,
  :last_modified_by,
  :last_modified_date,
  :platform,
  :version)
  include Aws::Structure
end

#versionInteger

Version of channel

Returns:

  • (Integer)


277
278
279
280
281
282
283
284
285
286
287
288
# File 'lib/aws-sdk-pinpoint/types.rb', line 277

class APNSSandboxChannelResponse < Struct.new(
  :application_id,
  :creation_date,
  :enabled,
  :id,
  :is_archived,
  :last_modified_by,
  :last_modified_date,
  :platform,
  :version)
  include Aws::Structure
end