Method: Aws::Pinpoint::Types::ADMChannelRequest#client_secret
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
#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 |