Class: Aws::Pinpoint::Types::UpdateApnsChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::UpdateApnsChannelRequest
- Defined in:
- gems/aws-sdk-pinpoint/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
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
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#apns_channel_request ⇒ Types::APNSChannelRequest
Specifies the status and settings of the APNs (Apple Push Notification service) channel for an application.
-
#application_id ⇒ String
Instance Attribute Details
#apns_channel_request ⇒ Types::APNSChannelRequest
Specifies the status and settings of the APNs (Apple Push Notification service) channel for an application.
17764 17765 17766 17767 17768 17769 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 17764 class UpdateApnsChannelRequest < Struct.new( :apns_channel_request, :application_id) SENSITIVE = [] include Aws::Structure end |
#application_id ⇒ String
17764 17765 17766 17767 17768 17769 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 17764 class UpdateApnsChannelRequest < Struct.new( :apns_channel_request, :application_id) SENSITIVE = [] include Aws::Structure end |