Class: Aws::Pinpoint::Types::SMSChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::SMSChannelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Specifies the status and settings of the SMS channel for an application.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Specifies whether to enable the SMS channel for the application.
-
#sender_id ⇒ String
The identity that you want to display on recipients’ devices when they receive messages from the SMS channel.
-
#short_code ⇒ String
The registered short code that you want to use when you send messages through the SMS channel.
Instance Attribute Details
#enabled ⇒ Boolean
Specifies whether to enable the SMS channel for the application.
10600 10601 10602 10603 10604 10605 10606 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 10600 class SMSChannelRequest < Struct.new( :enabled, :sender_id, :short_code) SENSITIVE = [] include Aws::Structure end |
#sender_id ⇒ String
The identity that you want to display on recipients’ devices when they receive messages from the SMS channel.
10600 10601 10602 10603 10604 10605 10606 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 10600 class SMSChannelRequest < Struct.new( :enabled, :sender_id, :short_code) SENSITIVE = [] include Aws::Structure end |
#short_code ⇒ String
The registered short code that you want to use when you send messages through the SMS channel.
10600 10601 10602 10603 10604 10605 10606 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 10600 class SMSChannelRequest < Struct.new( :enabled, :sender_id, :short_code) SENSITIVE = [] include Aws::Structure end |