Class: Aws::Pinpoint::Types::APNSSandboxChannelRequest

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

Overview

Note:

When making an API call, you may pass APNSSandboxChannelRequest data as a hash:

{
  bundle_id: "__string",
  certificate: "__string",
  default_authentication_method: "__string",
  enabled: false,
  private_key: "__string",
  team_id: "__string",
  token_key: "__string",
  token_key_id: "__string",
}

Apple Development Push Notification Service channel definition.

Instance Attribute Summary collapse

Instance Attribute Details

#bundle_idString

The bundle id used for APNs Tokens.

Returns:

  • (String)


592
593
594
595
596
597
598
599
600
601
602
# File 'lib/aws-sdk-pinpoint/types.rb', line 592

class APNSSandboxChannelRequest < Struct.new(
  :bundle_id,
  :certificate,
  :default_authentication_method,
  :enabled,
  :private_key,
  :team_id,
  :token_key,
  :token_key_id)
  include Aws::Structure
end

#certificateString

The distribution certificate from Apple.

Returns:

  • (String)


592
593
594
595
596
597
598
599
600
601
602
# File 'lib/aws-sdk-pinpoint/types.rb', line 592

class APNSSandboxChannelRequest < Struct.new(
  :bundle_id,
  :certificate,
  :default_authentication_method,
  :enabled,
  :private_key,
  :team_id,
  :token_key,
  :token_key_id)
  include Aws::Structure
end

#default_authentication_methodString

The default authentication method used for APNs.

Returns:

  • (String)


592
593
594
595
596
597
598
599
600
601
602
# File 'lib/aws-sdk-pinpoint/types.rb', line 592

class APNSSandboxChannelRequest < Struct.new(
  :bundle_id,
  :certificate,
  :default_authentication_method,
  :enabled,
  :private_key,
  :team_id,
  :token_key,
  :token_key_id)
  include Aws::Structure
end

#enabledBoolean

If the channel is enabled for sending messages.

Returns:

  • (Boolean)


592
593
594
595
596
597
598
599
600
601
602
# File 'lib/aws-sdk-pinpoint/types.rb', line 592

class APNSSandboxChannelRequest < Struct.new(
  :bundle_id,
  :certificate,
  :default_authentication_method,
  :enabled,
  :private_key,
  :team_id,
  :token_key,
  :token_key_id)
  include Aws::Structure
end

#private_keyString

The certificate private key.

Returns:

  • (String)


592
593
594
595
596
597
598
599
600
601
602
# File 'lib/aws-sdk-pinpoint/types.rb', line 592

class APNSSandboxChannelRequest < Struct.new(
  :bundle_id,
  :certificate,
  :default_authentication_method,
  :enabled,
  :private_key,
  :team_id,
  :token_key,
  :token_key_id)
  include Aws::Structure
end

#team_idString

The team id used for APNs Tokens.

Returns:

  • (String)


592
593
594
595
596
597
598
599
600
601
602
# File 'lib/aws-sdk-pinpoint/types.rb', line 592

class APNSSandboxChannelRequest < Struct.new(
  :bundle_id,
  :certificate,
  :default_authentication_method,
  :enabled,
  :private_key,
  :team_id,
  :token_key,
  :token_key_id)
  include Aws::Structure
end

#token_keyString

The token key used for APNs Tokens.

Returns:

  • (String)


592
593
594
595
596
597
598
599
600
601
602
# File 'lib/aws-sdk-pinpoint/types.rb', line 592

class APNSSandboxChannelRequest < Struct.new(
  :bundle_id,
  :certificate,
  :default_authentication_method,
  :enabled,
  :private_key,
  :team_id,
  :token_key,
  :token_key_id)
  include Aws::Structure
end

#token_key_idString

The token key used for APNs Tokens.

Returns:

  • (String)


592
593
594
595
596
597
598
599
600
601
602
# File 'lib/aws-sdk-pinpoint/types.rb', line 592

class APNSSandboxChannelRequest < Struct.new(
  :bundle_id,
  :certificate,
  :default_authentication_method,
  :enabled,
  :private_key,
  :team_id,
  :token_key,
  :token_key_id)
  include Aws::Structure
end