Method: Aws::Pinpoint::Types::EmailChannelResponse#configuration_set
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
#configuration_set ⇒ String
The [Amazon SES configuration set] that’s applied to messages that are sent through the channel.
[1]: docs.aws.amazon.com/ses/latest/APIReference/API_ConfigurationSet.html
4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 4260 class EmailChannelResponse < Struct.new( :application_id, :configuration_set, :creation_date, :enabled, :from_address, :has_credential, :id, :identity, :is_archived, :last_modified_by, :last_modified_date, :messages_per_second, :platform, :role_arn, :orchestration_sending_role_arn, :version) SENSITIVE = [] include Aws::Structure end |