Method: Aws::Pinpoint::Types::APNSSandboxChannelRequest#token_key_id

Defined in:
lib/aws-sdk-pinpoint/types.rb

#token_key_idString

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.

Returns:

  • (String)


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