Class: Aws::Pinpoint::Types::APNSSandboxChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::APNSSandboxChannelResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Provides information about the status and settings of the APNs (Apple Push Notification service) sandbox channel for an application.
Instance Attribute Summary collapse
-
#application_id ⇒ String
The unique identifier for the application that the APNs sandbox channel applies to.
-
#creation_date ⇒ String
The date and time when the APNs sandbox channel was enabled.
-
#default_authentication_method ⇒ String
The default authentication method that Amazon Pinpoint uses to authenticate with the APNs sandbox environment for this channel, key or certificate.
-
#enabled ⇒ Boolean
Specifies whether the APNs sandbox channel is enabled for the application.
-
#has_credential ⇒ Boolean
(Not used) This property is retained only for backward compatibility.
-
#has_token_key ⇒ Boolean
Specifies whether the APNs sandbox channel is configured to communicate with APNs by using APNs tokens.
-
#id ⇒ String
(Deprecated) An identifier for the APNs sandbox channel.
-
#is_archived ⇒ Boolean
Specifies whether the APNs sandbox channel is archived.
-
#last_modified_by ⇒ String
The user who last modified the APNs sandbox channel.
-
#last_modified_date ⇒ String
The date and time when the APNs sandbox channel was last modified.
-
#platform ⇒ String
The type of messaging or notification platform for the channel.
-
#version ⇒ Integer
The current version of the APNs sandbox channel.
Instance Attribute Details
#application_id ⇒ String
The unique identifier for the application that the APNs sandbox channel applies to.
891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 891 class APNSSandboxChannelResponse < Struct.new( :application_id, :creation_date, :default_authentication_method, :enabled, :has_credential, :has_token_key, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :version) include Aws::Structure end |
#creation_date ⇒ String
The date and time when the APNs sandbox channel was enabled.
891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 891 class APNSSandboxChannelResponse < Struct.new( :application_id, :creation_date, :default_authentication_method, :enabled, :has_credential, :has_token_key, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :version) include Aws::Structure end |
#default_authentication_method ⇒ String
The default authentication method that Amazon Pinpoint uses to authenticate with the APNs sandbox environment for this channel, key or certificate.
891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 891 class APNSSandboxChannelResponse < Struct.new( :application_id, :creation_date, :default_authentication_method, :enabled, :has_credential, :has_token_key, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :version) include Aws::Structure end |
#enabled ⇒ Boolean
Specifies whether the APNs sandbox channel is enabled for the application.
891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 891 class APNSSandboxChannelResponse < Struct.new( :application_id, :creation_date, :default_authentication_method, :enabled, :has_credential, :has_token_key, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :version) include Aws::Structure end |
#has_credential ⇒ Boolean
(Not used) This property is retained only for backward compatibility.
891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 891 class APNSSandboxChannelResponse < Struct.new( :application_id, :creation_date, :default_authentication_method, :enabled, :has_credential, :has_token_key, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :version) include Aws::Structure end |
#has_token_key ⇒ Boolean
Specifies whether the APNs sandbox channel is configured to communicate with APNs by using APNs tokens. To provide an authentication key for APNs tokens, set the TokenKey property of the channel.
891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 891 class APNSSandboxChannelResponse < Struct.new( :application_id, :creation_date, :default_authentication_method, :enabled, :has_credential, :has_token_key, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :version) include Aws::Structure end |
#id ⇒ String
(Deprecated) An identifier for the APNs sandbox channel. This property is retained only for backward compatibility.
891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 891 class APNSSandboxChannelResponse < Struct.new( :application_id, :creation_date, :default_authentication_method, :enabled, :has_credential, :has_token_key, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :version) include Aws::Structure end |
#is_archived ⇒ Boolean
Specifies whether the APNs sandbox channel is archived.
891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 891 class APNSSandboxChannelResponse < Struct.new( :application_id, :creation_date, :default_authentication_method, :enabled, :has_credential, :has_token_key, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :version) include Aws::Structure end |
#last_modified_by ⇒ String
The user who last modified the APNs sandbox channel.
891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 891 class APNSSandboxChannelResponse < Struct.new( :application_id, :creation_date, :default_authentication_method, :enabled, :has_credential, :has_token_key, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :version) include Aws::Structure end |
#last_modified_date ⇒ String
The date and time when the APNs sandbox channel was last modified.
891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 891 class APNSSandboxChannelResponse < Struct.new( :application_id, :creation_date, :default_authentication_method, :enabled, :has_credential, :has_token_key, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :version) include Aws::Structure end |
#platform ⇒ String
The type of messaging or notification platform for the channel. For the APNs sandbox channel, this value is APNS_SANDBOX.
891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 891 class APNSSandboxChannelResponse < Struct.new( :application_id, :creation_date, :default_authentication_method, :enabled, :has_credential, :has_token_key, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :version) include Aws::Structure end |
#version ⇒ Integer
The current version of the APNs sandbox channel.
891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 891 class APNSSandboxChannelResponse < Struct.new( :application_id, :creation_date, :default_authentication_method, :enabled, :has_credential, :has_token_key, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :version) include Aws::Structure end |