Class: Aws::Pinpoint::Types::UpdateSmsChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::UpdateSmsChannelResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Instance Attribute Summary collapse
-
#sms_channel_response ⇒ Types::SMSChannelResponse
Provides information about the status and settings of the SMS channel for an application.
Instance Attribute Details
#sms_channel_response ⇒ Types::SMSChannelResponse
Provides information about the status and settings of the SMS channel for an application.
16893 16894 16895 16896 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 16893 class UpdateSmsChannelResponse < Struct.new( :sms_channel_response) include Aws::Structure end |