Class: Aws::Pinpoint::Types::GetEmailChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetEmailChannelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Note:
When making an API call, you may pass GetEmailChannelRequest data as a hash:
{
application_id: "__string", # required
}
Instance Attribute Summary collapse
Instance Attribute Details
#application_id ⇒ String
2690 2691 2692 2693 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 2690 class GetEmailChannelRequest < Struct.new( :application_id) include Aws::Structure end |