Class: Aws::Pinpoint::Types::ADMChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::ADMChannelRequest
- Includes:
- Structure
- Defined in:
- 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
-
#client_id ⇒ String
The Client ID that you received from Amazon to send messages by using ADM.
-
#client_secret ⇒ String
The Client Secret that you received from Amazon to send messages by using ADM.
-
#enabled ⇒ Boolean
Specifies whether to enable the ADM channel for the application.
Instance Attribute Details
#client_id ⇒ String
The Client ID that you received from Amazon to send messages by using ADM.
32 33 34 35 36 37 38 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 32 class ADMChannelRequest < Struct.new( :client_id, :client_secret, :enabled) SENSITIVE = [] include Aws::Structure end |
#client_secret ⇒ String
The Client Secret that you received from Amazon to send messages by using ADM.
32 33 34 35 36 37 38 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 32 class ADMChannelRequest < Struct.new( :client_id, :client_secret, :enabled) SENSITIVE = [] include Aws::Structure end |
#enabled ⇒ Boolean
Specifies whether to enable the ADM channel for the application.
32 33 34 35 36 37 38 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 32 class ADMChannelRequest < Struct.new( :client_id, :client_secret, :enabled) SENSITIVE = [] include Aws::Structure end |