Class: Aws::Pinpoint::Types::UpdateEmailChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::UpdateEmailChannelRequest
- Defined in:
- gems/aws-sdk-pinpoint/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
12482 12483 12484 12485 12486 12487 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 12482 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.
12482 12483 12484 12485 12486 12487 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 12482 class UpdateEmailChannelRequest < Struct.new( :application_id, :email_channel_request) SENSITIVE = [] include Aws::Structure end |