Method: Aws::Pinpoint::Types::APNSVoipChannelRequest#private_key

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

#private_keyString

The private key for the APNs client certificate that you want Amazon Pinpoint to use to communicate with APNs.

Returns:



859
860
861
862
863
864
865
866
867
868
869
870
# File 'lib/aws-sdk-pinpoint/types.rb', line 859

class APNSVoipChannelRequest < Struct.new(
  :bundle_id,
  :certificate,
  :default_authentication_method,
  :enabled,
  :private_key,
  :team_id,
  :token_key,
  :token_key_id)
  SENSITIVE = []
  include Aws::Structure
end