Class: Aws::Pinpoint::Types::UpdateApnsVoipSandboxChannelRequest

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

{
  apns_voip_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_voip_sandbox_channel_requestTypes::APNSVoipSandboxChannelRequest

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



15258
15259
15260
15261
15262
# File 'lib/aws-sdk-pinpoint/types.rb', line 15258

class UpdateApnsVoipSandboxChannelRequest < Struct.new(
  :apns_voip_sandbox_channel_request,
  :application_id)
  include Aws::Structure
end

#application_idString

Returns:

  • (String)


15258
15259
15260
15261
15262
# File 'lib/aws-sdk-pinpoint/types.rb', line 15258

class UpdateApnsVoipSandboxChannelRequest < Struct.new(
  :apns_voip_sandbox_channel_request,
  :application_id)
  include Aws::Structure
end