You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Pinpoint::Types::BaiduChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::BaiduChannelRequest
- Defined in:
- (unknown)
Overview
When passing BaiduChannelRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
api_key: "__string", # required
enabled: false,
secret_key: "__string", # required
}
Specifies the status and settings of the Baidu (Baidu Cloud Push) channel for an application.
Returned by:
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.
#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.