Class: Aws::Pinpoint::Types::DeleteEmailChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::DeleteEmailChannelResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Instance Attribute Summary collapse
-
#email_channel_response ⇒ Types::EmailChannelResponse
Provides information about the status and settings of the email channel for an application.
Instance Attribute Details
#email_channel_response ⇒ Types::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 |