You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Pinpoint::Types::SMSChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::SMSChannelRequest
- Defined in:
- (unknown)
Overview
When passing SMSChannelRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
enabled: false,
sender_id: "__string",
short_code: "__string",
}
Specifies the status and settings of the SMS channel for an application.
Returned by:
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.
#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.