Class: Aws::Pinpoint::Types::ADMChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::ADMChannelResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Provides information about the status and settings of the ADM (Amazon Device Messaging) channel for an application.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The unique identifier for the application that the ADM channel applies to.
-
#creation_date ⇒ String
The date and time when the ADM channel was enabled.
-
#enabled ⇒ Boolean
Specifies whether the ADM channel is enabled for the application.
-
#has_credential ⇒ Boolean
(Not used) This property is retained only for backward compatibility.
-
#id ⇒ String
(Deprecated) An identifier for the ADM channel.
-
#is_archived ⇒ Boolean
Specifies whether the ADM channel is archived.
-
#last_modified_by ⇒ String
The user who last modified the ADM channel.
-
#last_modified_date ⇒ String
The date and time when the ADM channel was last modified.
-
#platform ⇒ String
The type of messaging or notification platform for the channel.
-
#version ⇒ Integer
The current version of the ADM channel.
Instance Attribute Details
#application_id ⇒ String
The unique identifier for the application that the ADM channel applies to.
89 90 91 92 93 94 95 96 97 98 99 100 101 102 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 89 class ADMChannelResponse < Struct.new( :application_id, :creation_date, :enabled, :has_credential, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :version) SENSITIVE = [] include Aws::Structure end |
#creation_date ⇒ String
The date and time when the ADM channel was enabled.
89 90 91 92 93 94 95 96 97 98 99 100 101 102 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 89 class ADMChannelResponse < Struct.new( :application_id, :creation_date, :enabled, :has_credential, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :version) SENSITIVE = [] include Aws::Structure end |
#enabled ⇒ Boolean
Specifies whether the ADM channel is enabled for the application.
89 90 91 92 93 94 95 96 97 98 99 100 101 102 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 89 class ADMChannelResponse < Struct.new( :application_id, :creation_date, :enabled, :has_credential, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :version) SENSITIVE = [] include Aws::Structure end |
#has_credential ⇒ Boolean
(Not used) This property is retained only for backward compatibility.
89 90 91 92 93 94 95 96 97 98 99 100 101 102 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 89 class ADMChannelResponse < Struct.new( :application_id, :creation_date, :enabled, :has_credential, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :version) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
(Deprecated) An identifier for the ADM channel. This property is retained only for backward compatibility.
89 90 91 92 93 94 95 96 97 98 99 100 101 102 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 89 class ADMChannelResponse < Struct.new( :application_id, :creation_date, :enabled, :has_credential, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :version) SENSITIVE = [] include Aws::Structure end |
#is_archived ⇒ Boolean
Specifies whether the ADM channel is archived.
89 90 91 92 93 94 95 96 97 98 99 100 101 102 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 89 class ADMChannelResponse < Struct.new( :application_id, :creation_date, :enabled, :has_credential, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :version) SENSITIVE = [] include Aws::Structure end |
#last_modified_by ⇒ String
The user who last modified the ADM channel.
89 90 91 92 93 94 95 96 97 98 99 100 101 102 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 89 class ADMChannelResponse < Struct.new( :application_id, :creation_date, :enabled, :has_credential, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :version) SENSITIVE = [] include Aws::Structure end |
#last_modified_date ⇒ String
The date and time when the ADM channel was last modified.
89 90 91 92 93 94 95 96 97 98 99 100 101 102 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 89 class ADMChannelResponse < Struct.new( :application_id, :creation_date, :enabled, :has_credential, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :version) SENSITIVE = [] include Aws::Structure end |
#platform ⇒ String
The type of messaging or notification platform for the channel. For the ADM channel, this value is ADM.
89 90 91 92 93 94 95 96 97 98 99 100 101 102 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 89 class ADMChannelResponse < Struct.new( :application_id, :creation_date, :enabled, :has_credential, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ Integer
The current version of the ADM channel.
89 90 91 92 93 94 95 96 97 98 99 100 101 102 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 89 class ADMChannelResponse < Struct.new( :application_id, :creation_date, :enabled, :has_credential, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :version) SENSITIVE = [] include Aws::Structure end |