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