Class: Aws::Pinpoint::Types::UpdateApnsSandboxChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::UpdateApnsSandboxChannelRequest
- 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
certificate: "__string",
enabled: false,
private_key: "__string",
},
application_id: "__string", # required
}
Instance Attribute Summary collapse
-
#apns_sandbox_channel_request ⇒ Types::APNSSandboxChannelRequest
Apple Development Push Notification Service channel definition.
- #application_id ⇒ String
Instance Attribute Details
#apns_sandbox_channel_request ⇒ Types::APNSSandboxChannelRequest
Apple Development Push Notification Service channel definition.
4429 4430 4431 4432 4433 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 4429 class UpdateApnsSandboxChannelRequest < Struct.new( :apns_sandbox_channel_request, :application_id) include Aws::Structure end |
#application_id ⇒ String
4429 4430 4431 4432 4433 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 4429 class UpdateApnsSandboxChannelRequest < Struct.new( :apns_sandbox_channel_request, :application_id) include Aws::Structure end |