Class: Aws::Pinpoint::Types::UpdateEmailChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::UpdateEmailChannelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #application_id ⇒ String
-
#email_channel_request ⇒ Types::EmailChannelRequest
Specifies the status and settings of the email channel for an application.
Instance Attribute Details
#application_id ⇒ String
12543 12544 12545 12546 12547 12548 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 12543 class UpdateEmailChannelRequest < Struct.new( :application_id, :email_channel_request) SENSITIVE = [] include Aws::Structure end |
#email_channel_request ⇒ Types::EmailChannelRequest
Specifies the status and settings of the email channel for an application.
12543 12544 12545 12546 12547 12548 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 12543 class UpdateEmailChannelRequest < Struct.new( :application_id, :email_channel_request) SENSITIVE = [] include Aws::Structure end |