Class: Aws::Pinpoint::Types::DeleteSmsChannelResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpoint/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#sms_channel_responseTypes::SMSChannelResponse

SMS Channel Response.



2974
2975
2976
2977
# File 'lib/aws-sdk-pinpoint/types.rb', line 2974

class DeleteSmsChannelResponse < Struct.new(
  :sms_channel_response)
  include Aws::Structure
end