You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::PinpointEmail::Types::GetConfigurationSetResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Information about a configuration set.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_set_nameString

The name of the configuration set.

Returns:

  • (String)

    The name of the configuration set.

#delivery_optionsTypes::DeliveryOptions

An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.

Returns:

  • (Types::DeliveryOptions)

    An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.

#reputation_optionsTypes::ReputationOptions

An object that defines whether or not Amazon Pinpoint collects reputation metrics for the emails that you send that use the configuration set.

Returns:

  • (Types::ReputationOptions)

    An object that defines whether or not Amazon Pinpoint collects reputation metrics for the emails that you send that use the configuration set.

#sending_optionsTypes::SendingOptions

An object that defines whether or not Amazon Pinpoint can send email that you send using the configuration set.

Returns:

  • (Types::SendingOptions)

    An object that defines whether or not Amazon Pinpoint can send email that you send using the configuration set.

#tagsArray<Types::Tag>

An array of objects that define the tags (keys and values) that are associated with the configuration set.

Returns:

  • (Array<Types::Tag>)

    An array of objects that define the tags (keys and values) that are associated with the configuration set.

#tracking_optionsTypes::TrackingOptions

An object that defines the open and click tracking options for emails that you send using the configuration set.

Returns:

  • (Types::TrackingOptions)

    An object that defines the open and click tracking options for emails that you send using the configuration set.