Class: Aws::Pinpoint::Types::DeleteEmailChannelResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpoint/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.



3668
3669
3670
3671
3672
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 3668

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