Class: Aws::Pinpoint::Types::ADMChannelRequest

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

Overview

Specifies the status and settings of the ADM (Amazon Device Messaging) channel for an application.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_idString

The Client ID that you received from Amazon to send messages by using ADM.

Returns:

  • (String)


32
33
34
35
36
37
38
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 32

class ADMChannelRequest < Struct.new(
  :client_id,
  :client_secret,
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end

#client_secretString

The Client Secret that you received from Amazon to send messages by using ADM.

Returns:

  • (String)


32
33
34
35
36
37
38
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 32

class ADMChannelRequest < Struct.new(
  :client_id,
  :client_secret,
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end

#enabledBoolean

Specifies whether to enable the ADM channel for the application.

Returns:

  • (Boolean)


32
33
34
35
36
37
38
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 32

class ADMChannelRequest < Struct.new(
  :client_id,
  :client_secret,
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end