Class: Aws::Pinpoint::Types::GetEmailChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetEmailChannelResponse
- Defined in:
- gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
6552 6553 6554 6555 6556 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 6552 class GetEmailChannelResponse < Struct.new( :email_channel_response) SENSITIVE = [] include Aws::Structure end |