Class: Aws::Pinpoint::Types::BaiduChannelRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpoint/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

Instance Attribute Details

#api_keyString

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

Returns:

  • (String)


1750
1751
1752
1753
1754
1755
1756
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 1750

class BaiduChannelRequest < Struct.new(
  :api_key,
  :enabled,
  :secret_key)
  SENSITIVE = []
  include Aws::Structure
end

#enabledBoolean

Specifies whether to enable the Baidu channel for the application.

Returns:

  • (Boolean)


1750
1751
1752
1753
1754
1755
1756
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 1750

class BaiduChannelRequest < Struct.new(
  :api_key,
  :enabled,
  :secret_key)
  SENSITIVE = []
  include Aws::Structure
end

#secret_keyString

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

Returns:

  • (String)


1750
1751
1752
1753
1754
1755
1756
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 1750

class BaiduChannelRequest < Struct.new(
  :api_key,
  :enabled,
  :secret_key)
  SENSITIVE = []
  include Aws::Structure
end