Class: Aws::Pinpoint::Types::UpdateEmailChannelResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#email_channel_responseTypes::EmailChannelResponse

Email Channel Response.



9842
9843
9844
9845
# File 'lib/aws-sdk-pinpoint/types.rb', line 9842

class UpdateEmailChannelResponse < Struct.new(
  :email_channel_response)
  include Aws::Structure
end