Class: Aws::Pinpoint::Types::GetApnsSandboxChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetApnsSandboxChannelResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
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.
7924 7925 7926 7927 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 7924 class GetApnsSandboxChannelResponse < Struct.new( :apns_sandbox_channel_response) include Aws::Structure end |