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

Provides information about the status and settings of the SMS channel for an application.



5213
5214
5215
5216
# File 'lib/aws-sdk-pinpoint/types.rb', line 5213

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