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