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.



3678
3679
3680
3681
3682
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 3678

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