Class: Aws::Pinpoint::Types::UpdateSmsChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::UpdateSmsChannelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #application_id ⇒ String
-
#sms_channel_request ⇒ Types::SMSChannelRequest
Specifies the status and settings of the SMS channel for an application.
Instance Attribute Details
#application_id ⇒ String
13039 13040 13041 13042 13043 13044 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 13039 class UpdateSmsChannelRequest < Struct.new( :application_id, :sms_channel_request) SENSITIVE = [] include Aws::Structure end |
#sms_channel_request ⇒ Types::SMSChannelRequest
Specifies the status and settings of the SMS channel for an application.
13039 13040 13041 13042 13043 13044 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 13039 class UpdateSmsChannelRequest < Struct.new( :application_id, :sms_channel_request) SENSITIVE = [] include Aws::Structure end |