Class: Aws::Pinpoint::Types::UpdateEmailChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::UpdateEmailChannelResponse
- 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.
12557 12558 12559 12560 12561 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 12557 class UpdateEmailChannelResponse < Struct.new( :email_channel_response) SENSITIVE = [] include Aws::Structure end |