Class: Aws::Pinpoint::Types::APNSSandboxChannelRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Pinpoint::Types::APNSSandboxChannelRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpoint/types.rb
 
Overview
Specifies the status and settings of the APNs (Apple Push Notification service) sandbox channel for an application.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #bundle_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The bundle identifier that’s assigned to your iOS app.
 - 
  
    
      #certificate  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The APNs client certificate that you received from Apple, if you want Amazon Pinpoint to communicate with the APNs sandbox environment by using an APNs certificate.
 - 
  
    
      #default_authentication_method  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The default authentication method that you want Amazon Pinpoint to use when authenticating with the APNs sandbox environment, key or certificate.
 - 
  
    
      #enabled  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies whether to enable the APNs sandbox channel for the application.
 - 
  
    
      #private_key  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The private key for the APNs client certificate that you want Amazon Pinpoint to use to communicate with the APNs sandbox environment.
 - 
  
    
      #team_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier that’s assigned to your Apple developer account team.
 - 
  
    
      #token_key  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The authentication key to use for APNs tokens.
 - 
  
    
      #token_key_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The key identifier that’s assigned to your APNs signing key, if you want Amazon Pinpoint to communicate with the APNs sandbox environment by using APNs tokens.
 
Instance Attribute Details
#bundle_id ⇒ String
The bundle identifier that’s assigned to your iOS app. This identifier is used for APNs tokens.
      721 722 723 724 725 726 727 728 729 730 731 732  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 721 class APNSSandboxChannelRequest < Struct.new( :bundle_id, :certificate, :default_authentication_method, :enabled, :private_key, :team_id, :token_key, :token_key_id) SENSITIVE = [] include Aws::Structure end  | 
  
#certificate ⇒ String
The APNs client certificate that you received from Apple, if you want Amazon Pinpoint to communicate with the APNs sandbox environment by using an APNs certificate.
      721 722 723 724 725 726 727 728 729 730 731 732  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 721 class APNSSandboxChannelRequest < Struct.new( :bundle_id, :certificate, :default_authentication_method, :enabled, :private_key, :team_id, :token_key, :token_key_id) SENSITIVE = [] include Aws::Structure end  | 
  
#default_authentication_method ⇒ String
The default authentication method that you want Amazon Pinpoint to use when authenticating with the APNs sandbox environment, key or certificate.
      721 722 723 724 725 726 727 728 729 730 731 732  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 721 class APNSSandboxChannelRequest < Struct.new( :bundle_id, :certificate, :default_authentication_method, :enabled, :private_key, :team_id, :token_key, :token_key_id) SENSITIVE = [] include Aws::Structure end  | 
  
#enabled ⇒ Boolean
Specifies whether to enable the APNs sandbox channel for the application.
      721 722 723 724 725 726 727 728 729 730 731 732  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 721 class APNSSandboxChannelRequest < Struct.new( :bundle_id, :certificate, :default_authentication_method, :enabled, :private_key, :team_id, :token_key, :token_key_id) SENSITIVE = [] include Aws::Structure end  | 
  
#private_key ⇒ String
The private key for the APNs client certificate that you want Amazon Pinpoint to use to communicate with the APNs sandbox environment.
      721 722 723 724 725 726 727 728 729 730 731 732  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 721 class APNSSandboxChannelRequest < Struct.new( :bundle_id, :certificate, :default_authentication_method, :enabled, :private_key, :team_id, :token_key, :token_key_id) SENSITIVE = [] include Aws::Structure end  | 
  
#team_id ⇒ String
The identifier that’s assigned to your Apple developer account team. This identifier is used for APNs tokens.
      721 722 723 724 725 726 727 728 729 730 731 732  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 721 class APNSSandboxChannelRequest < Struct.new( :bundle_id, :certificate, :default_authentication_method, :enabled, :private_key, :team_id, :token_key, :token_key_id) SENSITIVE = [] include Aws::Structure end  | 
  
#token_key ⇒ String
The authentication key to use for APNs tokens.
      721 722 723 724 725 726 727 728 729 730 731 732  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 721 class APNSSandboxChannelRequest < Struct.new( :bundle_id, :certificate, :default_authentication_method, :enabled, :private_key, :team_id, :token_key, :token_key_id) SENSITIVE = [] include Aws::Structure end  | 
  
#token_key_id ⇒ String
The key identifier that’s assigned to your APNs signing key, if you want Amazon Pinpoint to communicate with the APNs sandbox environment by using APNs tokens.
      721 722 723 724 725 726 727 728 729 730 731 732  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 721 class APNSSandboxChannelRequest < Struct.new( :bundle_id, :certificate, :default_authentication_method, :enabled, :private_key, :team_id, :token_key, :token_key_id) SENSITIVE = [] include Aws::Structure end  |