Class: Aws::Pinpoint::Types::BaiduChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::BaiduChannelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Specifies the status and settings of the Baidu (Baidu Cloud Push) channel for an application.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api_key ⇒ String
The API key that you received from the Baidu Cloud Push service to communicate with the service.
-
#enabled ⇒ Boolean
Specifies whether to enable the Baidu channel for the application.
-
#secret_key ⇒ String
The secret key that you received from the Baidu Cloud Push service to communicate with the service.
Instance Attribute Details
#api_key ⇒ String
The API key that you received from the Baidu Cloud Push service to communicate with the service.
1750 1751 1752 1753 1754 1755 1756 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 1750 class BaiduChannelRequest < Struct.new( :api_key, :enabled, :secret_key) SENSITIVE = [] include Aws::Structure end |
#enabled ⇒ Boolean
Specifies whether to enable the Baidu channel for the application.
1750 1751 1752 1753 1754 1755 1756 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 1750 class BaiduChannelRequest < Struct.new( :api_key, :enabled, :secret_key) SENSITIVE = [] include Aws::Structure end |
#secret_key ⇒ String
The secret key that you received from the Baidu Cloud Push service to communicate with the service.
1750 1751 1752 1753 1754 1755 1756 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 1750 class BaiduChannelRequest < Struct.new( :api_key, :enabled, :secret_key) SENSITIVE = [] include Aws::Structure end |