Class: Aws::Pinpoint::Types::DeleteEmailChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::DeleteEmailChannelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#application_id ⇒ String
3665 3666 3667 3668 3669 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 3665 class DeleteEmailChannelRequest < Struct.new( :application_id) SENSITIVE = [] include Aws::Structure end |