Class: Aws::Pinpoint::Types::DeleteApnsSandboxChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::DeleteApnsSandboxChannelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Note:
When making an API call, you may pass DeleteApnsSandboxChannelRequest data as a hash:
{
application_id: "__string", # required
}
Instance Attribute Summary collapse
Instance Attribute Details
#application_id ⇒ String
1216 1217 1218 1219 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 1216 class DeleteApnsSandboxChannelRequest < Struct.new( :application_id) include Aws::Structure end |