Class: Aws::Pinpoint::Types::UpdateSmsChannelResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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.



12999
13000
13001
13002
13003
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 12999

class UpdateSmsChannelResponse < Struct.new(
  :sms_channel_response)
  SENSITIVE = []
  include Aws::Structure
end