Class: Aws::Pinpoint::Types::SMSChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::SMSChannelResponse
- Defined in:
- gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb
Overview
Provides information about the status and settings of the SMS channel for an application.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The unique identifier for the application that the SMS channel applies to.
-
#creation_date ⇒ String
The date and time, in ISO 8601 format, when the SMS channel was enabled.
-
#enabled ⇒ Boolean
Specifies whether the SMS 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 SMS channel.
-
#is_archived ⇒ Boolean
Specifies whether the SMS channel is archived.
-
#last_modified_by ⇒ String
The user who last modified the SMS channel.
-
#last_modified_date ⇒ String
The date and time, in ISO 8601 format, when the SMS channel was last modified.
-
#platform ⇒ String
The type of messaging or notification platform for the channel.
-
#promotional_messages_per_second ⇒ Integer
The maximum number of promotional messages that you can send through the SMS channel each second.
-
#sender_id ⇒ String
The identity that displays on recipients' devices when they receive messages from the SMS channel.
-
#short_code ⇒ String
The registered short code to use when you send messages through the SMS channel.
-
#transactional_messages_per_second ⇒ Integer
The maximum number of transactional messages that you can send through the SMS channel each second.
-
#version ⇒ Integer
The current version of the SMS channel.
Instance Attribute Details
#application_id ⇒ String
The unique identifier for the application that the SMS channel applies to.
10148 10149 10150 10151 10152 10153 10154 10155 10156 10157 10158 10159 10160 10161 10162 10163 10164 10165 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 10148 class SMSChannelResponse < Struct.new( :application_id, :creation_date, :enabled, :has_credential, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :promotional_messages_per_second, :sender_id, :short_code, :transactional_messages_per_second, :version) SENSITIVE = [] include Aws::Structure end |
#creation_date ⇒ String
The date and time, in ISO 8601 format, when the SMS channel was enabled.
10148 10149 10150 10151 10152 10153 10154 10155 10156 10157 10158 10159 10160 10161 10162 10163 10164 10165 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 10148 class SMSChannelResponse < Struct.new( :application_id, :creation_date, :enabled, :has_credential, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :promotional_messages_per_second, :sender_id, :short_code, :transactional_messages_per_second, :version) SENSITIVE = [] include Aws::Structure end |
#enabled ⇒ Boolean
Specifies whether the SMS channel is enabled for the application.
10148 10149 10150 10151 10152 10153 10154 10155 10156 10157 10158 10159 10160 10161 10162 10163 10164 10165 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 10148 class SMSChannelResponse < Struct.new( :application_id, :creation_date, :enabled, :has_credential, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :promotional_messages_per_second, :sender_id, :short_code, :transactional_messages_per_second, :version) SENSITIVE = [] include Aws::Structure end |
#has_credential ⇒ Boolean
(Not used) This property is retained only for backward compatibility.
10148 10149 10150 10151 10152 10153 10154 10155 10156 10157 10158 10159 10160 10161 10162 10163 10164 10165 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 10148 class SMSChannelResponse < Struct.new( :application_id, :creation_date, :enabled, :has_credential, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :promotional_messages_per_second, :sender_id, :short_code, :transactional_messages_per_second, :version) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
(Deprecated) An identifier for the SMS channel. This property is retained only for backward compatibility.
10148 10149 10150 10151 10152 10153 10154 10155 10156 10157 10158 10159 10160 10161 10162 10163 10164 10165 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 10148 class SMSChannelResponse < Struct.new( :application_id, :creation_date, :enabled, :has_credential, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :promotional_messages_per_second, :sender_id, :short_code, :transactional_messages_per_second, :version) SENSITIVE = [] include Aws::Structure end |
#is_archived ⇒ Boolean
Specifies whether the SMS channel is archived.
10148 10149 10150 10151 10152 10153 10154 10155 10156 10157 10158 10159 10160 10161 10162 10163 10164 10165 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 10148 class SMSChannelResponse < Struct.new( :application_id, :creation_date, :enabled, :has_credential, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :promotional_messages_per_second, :sender_id, :short_code, :transactional_messages_per_second, :version) SENSITIVE = [] include Aws::Structure end |
#last_modified_by ⇒ String
The user who last modified the SMS channel.
10148 10149 10150 10151 10152 10153 10154 10155 10156 10157 10158 10159 10160 10161 10162 10163 10164 10165 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 10148 class SMSChannelResponse < Struct.new( :application_id, :creation_date, :enabled, :has_credential, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :promotional_messages_per_second, :sender_id, :short_code, :transactional_messages_per_second, :version) SENSITIVE = [] include Aws::Structure end |
#last_modified_date ⇒ String
The date and time, in ISO 8601 format, when the SMS channel was last modified.
10148 10149 10150 10151 10152 10153 10154 10155 10156 10157 10158 10159 10160 10161 10162 10163 10164 10165 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 10148 class SMSChannelResponse < Struct.new( :application_id, :creation_date, :enabled, :has_credential, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :promotional_messages_per_second, :sender_id, :short_code, :transactional_messages_per_second, :version) SENSITIVE = [] include Aws::Structure end |
#platform ⇒ String
The type of messaging or notification platform for the channel. For the SMS channel, this value is SMS.
10148 10149 10150 10151 10152 10153 10154 10155 10156 10157 10158 10159 10160 10161 10162 10163 10164 10165 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 10148 class SMSChannelResponse < Struct.new( :application_id, :creation_date, :enabled, :has_credential, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :promotional_messages_per_second, :sender_id, :short_code, :transactional_messages_per_second, :version) SENSITIVE = [] include Aws::Structure end |
#promotional_messages_per_second ⇒ Integer
The maximum number of promotional messages that you can send through the SMS channel each second.
10148 10149 10150 10151 10152 10153 10154 10155 10156 10157 10158 10159 10160 10161 10162 10163 10164 10165 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 10148 class SMSChannelResponse < Struct.new( :application_id, :creation_date, :enabled, :has_credential, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :promotional_messages_per_second, :sender_id, :short_code, :transactional_messages_per_second, :version) SENSITIVE = [] include Aws::Structure end |
#sender_id ⇒ String
The identity that displays on recipients' devices when they receive messages from the SMS channel.
10148 10149 10150 10151 10152 10153 10154 10155 10156 10157 10158 10159 10160 10161 10162 10163 10164 10165 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 10148 class SMSChannelResponse < Struct.new( :application_id, :creation_date, :enabled, :has_credential, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :promotional_messages_per_second, :sender_id, :short_code, :transactional_messages_per_second, :version) SENSITIVE = [] include Aws::Structure end |
#short_code ⇒ String
The registered short code to use when you send messages through the SMS channel.
10148 10149 10150 10151 10152 10153 10154 10155 10156 10157 10158 10159 10160 10161 10162 10163 10164 10165 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 10148 class SMSChannelResponse < Struct.new( :application_id, :creation_date, :enabled, :has_credential, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :promotional_messages_per_second, :sender_id, :short_code, :transactional_messages_per_second, :version) SENSITIVE = [] include Aws::Structure end |
#transactional_messages_per_second ⇒ Integer
The maximum number of transactional messages that you can send through the SMS channel each second.
10148 10149 10150 10151 10152 10153 10154 10155 10156 10157 10158 10159 10160 10161 10162 10163 10164 10165 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 10148 class SMSChannelResponse < Struct.new( :application_id, :creation_date, :enabled, :has_credential, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :promotional_messages_per_second, :sender_id, :short_code, :transactional_messages_per_second, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ Integer
The current version of the SMS channel.
10148 10149 10150 10151 10152 10153 10154 10155 10156 10157 10158 10159 10160 10161 10162 10163 10164 10165 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 10148 class SMSChannelResponse < Struct.new( :application_id, :creation_date, :enabled, :has_credential, :id, :is_archived, :last_modified_by, :last_modified_date, :platform, :promotional_messages_per_second, :sender_id, :short_code, :transactional_messages_per_second, :version) SENSITIVE = [] include Aws::Structure end |