Class: Aws::Pinpoint::Types::APNSChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::APNSChannelResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Apple Distribution Push Notification Service 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.
-
#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.
79 80 81 82 83 84 85 86 87 88 89 90 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 79 class APNSChannelResponse < Struct.new( :application_id, :creation_date, :enabled, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :version) include Aws::Structure end |
#creation_date ⇒ String
When was this segment created
79 80 81 82 83 84 85 86 87 88 89 90 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 79 class APNSChannelResponse < Struct.new( :application_id, :creation_date, :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.
79 80 81 82 83 84 85 86 87 88 89 90 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 79 class APNSChannelResponse < Struct.new( :application_id, :creation_date, :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.
79 80 81 82 83 84 85 86 87 88 89 90 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 79 class APNSChannelResponse < Struct.new( :application_id, :creation_date, :enabled, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :version) include Aws::Structure end |
#is_archived ⇒ Boolean
Is this channel archived
79 80 81 82 83 84 85 86 87 88 89 90 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 79 class APNSChannelResponse < Struct.new( :application_id, :creation_date, :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
79 80 81 82 83 84 85 86 87 88 89 90 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 79 class APNSChannelResponse < Struct.new( :application_id, :creation_date, :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
79 80 81 82 83 84 85 86 87 88 89 90 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 79 class APNSChannelResponse < Struct.new( :application_id, :creation_date, :enabled, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :version) include Aws::Structure end |
#platform ⇒ String
The platform type. Will be APNS.
79 80 81 82 83 84 85 86 87 88 89 90 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 79 class APNSChannelResponse < Struct.new( :application_id, :creation_date, :enabled, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :version) include Aws::Structure end |
#version ⇒ Integer
Version of channel
79 80 81 82 83 84 85 86 87 88 89 90 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 79 class APNSChannelResponse < Struct.new( :application_id, :creation_date, :enabled, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :version) include Aws::Structure end |