Class: Aws::Pinpoint::Types::GetEmailChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetEmailChannelResponse
- 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.
8476 8477 8478 8479 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 8476 class GetEmailChannelResponse < Struct.new( :email_channel_response) include Aws::Structure end |