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.



5518
5519
5520
5521
# File 'lib/aws-sdk-pinpoint/types.rb', line 5518

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