Class: Aws::Pinpoint::Types::APNSVoipSandboxChannelRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb

Overview

Specifies the status and settings of the APNs (Apple Push Notification service) VoIP sandbox channel for an application.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bundle_idString

The bundle identifier that's assigned to your iOS app. This identifier is used for APNs tokens.

Returns:

  • (String)


997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 997

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

#certificateString

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.

Returns:

  • (String)


997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 997

class APNSVoipSandboxChannelRequest < 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_methodString

The default authentication method that you want Amazon Pinpoint to use when authenticating with the APNs sandbox environment for this channel, key or certificate.

Returns:

  • (String)


997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 997

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

#enabledBoolean

Specifies whether the APNs VoIP sandbox channel is enabled for the application.

Returns:

  • (Boolean)


997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 997

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

#private_keyString

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

Returns:

  • (String)


997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 997

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

#team_idString

The identifier that's assigned to your Apple developer account team. This identifier is used for APNs tokens.

Returns:

  • (String)


997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 997

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

#token_keyString

The authentication key to use for APNs tokens.

Returns:

  • (String)


997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 997

class APNSVoipSandboxChannelRequest < 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_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)


997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 997

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