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
show all
Defined in:
(unknown)

Overview

Note:

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

Instance Attribute Details

#api_keyString

The API key that you received from the Baidu Cloud Push service to communicate with the service.

Returns:

  • (String)

    The API key that you received from the Baidu Cloud Push service to communicate with the service.

#enabledBoolean

Specifies whether to enable the Baidu channel for the application.

Returns:

  • (Boolean)

    Specifies whether to enable the Baidu channel for the application.

#secret_keyString

The secret key that you received from the Baidu Cloud Push service to communicate with the service.

Returns:

  • (String)

    The secret key that you received from the Baidu Cloud Push service to communicate with the service.