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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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.



12496
12497
12498
12499
12500
# File 'lib/aws-sdk-pinpoint/types.rb', line 12496

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