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

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



15767
15768
15769
15770
# File 'lib/aws-sdk-pinpoint/types.rb', line 15767

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