You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SESV2::Types::GetConfigurationSetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::GetConfigurationSetResponse
- Defined in:
- (unknown)
Overview
Instance Attribute Summary collapse
-
#configuration_set_name ⇒ String
The name of the configuration set.
-
#delivery_options ⇒ Types::DeliveryOptions
An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.
-
#reputation_options ⇒ Types::ReputationOptions
An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that use the configuration set.
-
#sending_options ⇒ Types::SendingOptions
An object that defines whether or not Amazon SES can send email that you send using the configuration set.
-
#suppression_options ⇒ Types::SuppressionOptions
An object that contains information about the suppression list preferences for your account.
-
#tags ⇒ Array<Types::Tag>
An array of objects that define the tags (keys and values) that are associated with the configuration set.
-
#tracking_options ⇒ Types::TrackingOptions
An object that defines the open and click tracking options for emails that you send using the configuration set.
Instance Attribute Details
#configuration_set_name ⇒ String
The name of the configuration set.
#delivery_options ⇒ Types::DeliveryOptions
An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.
#reputation_options ⇒ Types::ReputationOptions
An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that use the configuration set.
#sending_options ⇒ Types::SendingOptions
An object that defines whether or not Amazon SES can send email that you send using the configuration set.
#suppression_options ⇒ Types::SuppressionOptions
An object that contains information about the suppression list preferences for your account.
#tags ⇒ Array<Types::Tag>
An array of objects that define the tags (keys and values) that are associated with the configuration set.
#tracking_options ⇒ Types::TrackingOptions
An object that defines the open and click tracking options for emails that you send using the configuration set.