Class: Aws::Pinpoint::Types::UpdateEmailChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::UpdateEmailChannelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Note:
When making an API call, you may pass UpdateEmailChannelRequest data as a hash:
{
application_id: "__string", # required
email_channel_request: { # required
configuration_set: "__string",
enabled: false,
from_address: "__string", # required
identity: "__string", # required
role_arn: "__string",
},
}
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
15754 15755 15756 15757 15758 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 15754 class UpdateEmailChannelRequest < Struct.new( :application_id, :email_channel_request) include Aws::Structure end |
#email_channel_request ⇒ Types::EmailChannelRequest
Specifies the status and settings of the email channel for an application.
15754 15755 15756 15757 15758 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 15754 class UpdateEmailChannelRequest < Struct.new( :application_id, :email_channel_request) include Aws::Structure end |