Class: Aws::Pinpoint::Types::GetGcmChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetGcmChannelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#application_id ⇒ String
6708 6709 6710 6711 6712 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 6708 class GetGcmChannelRequest < Struct.new( :application_id) SENSITIVE = [] include Aws::Structure end |