Class: Aws::Pinpoint::Types::UpdateEmailChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::UpdateEmailChannelResponse
- 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.
4694 4695 4696 4697 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 4694 class UpdateEmailChannelResponse < Struct.new( :email_channel_response) include Aws::Structure end |