Class: Aws::Pinpoint::Types::GetSmsChannelResponse

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.



4973
4974
4975
4976
# File 'lib/aws-sdk-pinpoint/types.rb', line 4973

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