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

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

Instance Attribute Summary collapse

Instance Attribute Details

#email_channel_responseTypes::EmailChannelResponse

Email Channel Response.



4694
4695
4696
4697
# File 'lib/aws-sdk-pinpoint/types.rb', line 4694

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