Class: Aws::Pinpoint::Types::UpdateSmsChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::UpdateSmsChannelResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Instance Attribute Summary collapse
-
#sms_channel_response ⇒ Types::SMSChannelResponse
SMS Channel Response.
Instance Attribute Details
#sms_channel_response ⇒ Types::SMSChannelResponse
SMS Channel Response.
4993 4994 4995 4996 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 4993 class UpdateSmsChannelResponse < Struct.new( :sms_channel_response) include Aws::Structure end |