Class: Aws::Pinpoint::Types::DeleteGcmChannelRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpoint/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

Returns:

  • (String)


3758
3759
3760
3761
3762
# File 'lib/aws-sdk-pinpoint/types.rb', line 3758

class DeleteGcmChannelRequest < Struct.new(
  :application_id)
  SENSITIVE = []
  include Aws::Structure
end