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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb

Overview

Information about a configuration set.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_set_nameString

The name of the configuration set.

Returns:

  • (String)


1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 1272

class GetConfigurationSetResponse < Struct.new(
  :configuration_set_name,
  :tracking_options,
  :delivery_options,
  :reputation_options,
  :sending_options,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#delivery_optionsTypes::DeliveryOptions

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



1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 1272

class GetConfigurationSetResponse < Struct.new(
  :configuration_set_name,
  :tracking_options,
  :delivery_options,
  :reputation_options,
  :sending_options,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#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.



1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 1272

class GetConfigurationSetResponse < Struct.new(
  :configuration_set_name,
  :tracking_options,
  :delivery_options,
  :reputation_options,
  :sending_options,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#sending_optionsTypes::SendingOptions

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



1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 1272

class GetConfigurationSetResponse < Struct.new(
  :configuration_set_name,
  :tracking_options,
  :delivery_options,
  :reputation_options,
  :sending_options,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

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

Returns:



1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 1272

class GetConfigurationSetResponse < Struct.new(
  :configuration_set_name,
  :tracking_options,
  :delivery_options,
  :reputation_options,
  :sending_options,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tracking_optionsTypes::TrackingOptions

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



1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 1272

class GetConfigurationSetResponse < Struct.new(
  :configuration_set_name,
  :tracking_options,
  :delivery_options,
  :reputation_options,
  :sending_options,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end