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