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