Class: Aws::Pinpoint::Types::UpdateApnsSandboxChannelRequest

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 UpdateApnsSandboxChannelRequest data as a hash:

{
  apns_sandbox_channel_request: { # required
    bundle_id: "__string",
    certificate: "__string",
    default_authentication_method: "__string",
    enabled: false,
    private_key: "__string",
    team_id: "__string",
    token_key: "__string",
    token_key_id: "__string",
  },
  application_id: "__string", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#apns_sandbox_channel_requestTypes::APNSSandboxChannelRequest

Apple Development Push Notification Service channel definition.



9299
9300
9301
9302
9303
# File 'lib/aws-sdk-pinpoint/types.rb', line 9299

class UpdateApnsSandboxChannelRequest < Struct.new(
  :apns_sandbox_channel_request,
  :application_id)
  include Aws::Structure
end

#application_idString

Returns:

  • (String)


9299
9300
9301
9302
9303
# File 'lib/aws-sdk-pinpoint/types.rb', line 9299

class UpdateApnsSandboxChannelRequest < Struct.new(
  :apns_sandbox_channel_request,
  :application_id)
  include Aws::Structure
end