Class: Aws::Pinpoint::Types::BaiduChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::BaiduChannelResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Provides information about the status and settings of the Baidu (Baidu Cloud Push) channel for an application.
Instance Attribute Summary collapse
-
#application_id ⇒ String
The unique identifier for the application that the Baidu channel applies to.
-
#creation_date ⇒ String
The date and time when the Baidu channel was enabled.
-
#credential ⇒ String
The API key that you received from the Baidu Cloud Push service to communicate with the service.
-
#enabled ⇒ Boolean
Specifies whether the Baidu channel is enabled for the application.
-
#has_credential ⇒ Boolean
(Not used) This property is retained only for backward compatibility.
-
#id ⇒ String
(Deprecated) An identifier for the Baidu channel.
-
#is_archived ⇒ Boolean
Specifies whether the Baidu channel is archived.
-
#last_modified_by ⇒ String
The user who last modified the Baidu channel.
-
#last_modified_date ⇒ String
The date and time when the Baidu channel was last modified.
-
#platform ⇒ String
The type of messaging or notification platform for the channel.
-
#version ⇒ Integer
The current version of the Baidu channel.
Instance Attribute Details
#application_id ⇒ String
The unique identifier for the application that the Baidu channel applies to.
2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 2113 class BaiduChannelResponse < Struct.new( :application_id, :creation_date, :credential, :enabled, :has_credential, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :version) include Aws::Structure end |
#creation_date ⇒ String
The date and time when the Baidu channel was enabled.
2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 2113 class BaiduChannelResponse < Struct.new( :application_id, :creation_date, :credential, :enabled, :has_credential, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :version) include Aws::Structure end |
#credential ⇒ String
The API key that you received from the Baidu Cloud Push service to communicate with the service.
2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 2113 class BaiduChannelResponse < Struct.new( :application_id, :creation_date, :credential, :enabled, :has_credential, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :version) include Aws::Structure end |
#enabled ⇒ Boolean
Specifies whether the Baidu channel is enabled for the application.
2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 2113 class BaiduChannelResponse < Struct.new( :application_id, :creation_date, :credential, :enabled, :has_credential, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :version) include Aws::Structure end |
#has_credential ⇒ Boolean
(Not used) This property is retained only for backward compatibility.
2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 2113 class BaiduChannelResponse < Struct.new( :application_id, :creation_date, :credential, :enabled, :has_credential, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :version) include Aws::Structure end |
#id ⇒ String
(Deprecated) An identifier for the Baidu channel. This property is retained only for backward compatibility.
2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 2113 class BaiduChannelResponse < Struct.new( :application_id, :creation_date, :credential, :enabled, :has_credential, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :version) include Aws::Structure end |
#is_archived ⇒ Boolean
Specifies whether the Baidu channel is archived.
2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 2113 class BaiduChannelResponse < Struct.new( :application_id, :creation_date, :credential, :enabled, :has_credential, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :version) include Aws::Structure end |
#last_modified_by ⇒ String
The user who last modified the Baidu channel.
2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 2113 class BaiduChannelResponse < Struct.new( :application_id, :creation_date, :credential, :enabled, :has_credential, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :version) include Aws::Structure end |
#last_modified_date ⇒ String
The date and time when the Baidu channel was last modified.
2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 2113 class BaiduChannelResponse < Struct.new( :application_id, :creation_date, :credential, :enabled, :has_credential, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :version) include Aws::Structure end |
#platform ⇒ String
The type of messaging or notification platform for the channel. For the Baidu channel, this value is BAIDU.
2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 2113 class BaiduChannelResponse < Struct.new( :application_id, :creation_date, :credential, :enabled, :has_credential, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :version) include Aws::Structure end |
#version ⇒ Integer
The current version of the Baidu channel.
2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 2113 class BaiduChannelResponse < Struct.new( :application_id, :creation_date, :credential, :enabled, :has_credential, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :version) include Aws::Structure end |