Class: Aws::Pinpoint::Types::DeleteEmailChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::DeleteEmailChannelResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Instance Attribute Summary collapse
-
#email_channel_response ⇒ Types::EmailChannelResponse
Email Channel Response.
Instance Attribute Details
#email_channel_response ⇒ Types::EmailChannelResponse
Email Channel Response.
1302 1303 1304 1305 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 1302 class DeleteEmailChannelResponse < Struct.new( :email_channel_response) include Aws::Structure end |