Class: Aws::Pinpoint::Types::DeleteApnsSandboxChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::DeleteApnsSandboxChannelResponse
- Defined in:
- gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#apns_sandbox_channel_response ⇒ Types::APNSSandboxChannelResponse
Provides information about the status and settings of the APNs (Apple Push Notification service) sandbox channel for an application.
Instance Attribute Details
#apns_sandbox_channel_response ⇒ Types::APNSSandboxChannelResponse
Provides information about the status and settings of the APNs (Apple Push Notification service) sandbox channel for an application.
3530 3531 3532 3533 3534 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 3530 class DeleteApnsSandboxChannelResponse < Struct.new( :apns_sandbox_channel_response) SENSITIVE = [] include Aws::Structure end |