Class: Aws::Pinpoint::Types::UpdateApnsChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::UpdateApnsChannelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Note:
When making an API call, you may pass UpdateApnsChannelRequest data as a hash:
{
apns_channel_request: { # required
certificate: "__string",
enabled: false,
private_key: "__string",
},
application_id: "__string", # required
}
Instance Attribute Summary collapse
-
#apns_channel_request ⇒ Types::APNSChannelRequest
Apple Push Notification Service channel definition.
- #application_id ⇒ String
Instance Attribute Details
#apns_channel_request ⇒ Types::APNSChannelRequest
Apple Push Notification Service channel definition.
4395 4396 4397 4398 4399 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 4395 class UpdateApnsChannelRequest < Struct.new( :apns_channel_request, :application_id) include Aws::Structure end |
#application_id ⇒ String
4395 4396 4397 4398 4399 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 4395 class UpdateApnsChannelRequest < Struct.new( :apns_channel_request, :application_id) include Aws::Structure end |