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

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.



4927
4928
4929
4930
# File 'lib/aws-sdk-pinpoint/types.rb', line 4927

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