Class: Aws::Pinpoint::Types::GetEmailChannelResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpoint/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#email_channel_responseTypes::EmailChannelResponse

Email Channel Response.



4477
4478
4479
4480
# File 'lib/aws-sdk-pinpoint/types.rb', line 4477

class GetEmailChannelResponse < Struct.new(
  :email_channel_response)
  include Aws::Structure
end