Class: Aws::Pinpoint::Types::UpdateApnsSandboxChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::UpdateApnsSandboxChannelResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Instance Attribute Summary collapse
-
#apns_sandbox_channel_response ⇒ Types::APNSSandboxChannelResponse
Apple Development Push Notification Service channel definition.
Instance Attribute Details
#apns_sandbox_channel_response ⇒ Types::APNSSandboxChannelResponse
Apple Development Push Notification Service channel definition.
4439 4440 4441 4442 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 4439 class UpdateApnsSandboxChannelResponse < Struct.new( :apns_sandbox_channel_response) include Aws::Structure end |