You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Pinpoint::Types::UpdateApnsVoipSandboxChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::UpdateApnsVoipSandboxChannelRequest
- Defined in:
- (unknown)
Overview
Note:
When passing UpdateApnsVoipSandboxChannelRequest as input to an Aws::Client method, you can use a vanilla 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
-
#apns_voip_sandbox_channel_request ⇒ Types::APNSVoipSandboxChannelRequest
Specifies the status and settings of the APNs (Apple Push Notification service) VoIP sandbox channel for an application.
.
-
#application_id ⇒ String
Instance Attribute Details
#apns_voip_sandbox_channel_request ⇒ Types::APNSVoipSandboxChannelRequest
Specifies the status and settings of the APNs (Apple Push Notification service) VoIP sandbox channel for an application.