Class: Aws::Pinpoint::Types::UpdateApnsSandboxChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::UpdateApnsSandboxChannelRequest
- Defined in:
- gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#apns_sandbox_channel_request ⇒ Types::APNSSandboxChannelRequest
Specifies the status and settings of the APNs (Apple Push Notification service) sandbox channel for an application.
-
#application_id ⇒ String
Instance Attribute Details
#apns_sandbox_channel_request ⇒ Types::APNSSandboxChannelRequest
Specifies the status and settings of the APNs (Apple Push Notification service) sandbox channel for an application.
12340 12341 12342 12343 12344 12345 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 12340 class UpdateApnsSandboxChannelRequest < Struct.new( :apns_sandbox_channel_request, :application_id) SENSITIVE = [] include Aws::Structure end |
#application_id ⇒ String
12340 12341 12342 12343 12344 12345 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 12340 class UpdateApnsSandboxChannelRequest < Struct.new( :apns_sandbox_channel_request, :application_id) SENSITIVE = [] include Aws::Structure end |