Struct rusoto_ses::UpdateConfigurationSetTrackingOptionsRequest[][src]

pub struct UpdateConfigurationSetTrackingOptionsRequest {
    pub configuration_set_name: String,
    pub tracking_options: TrackingOptions,
}

Represents a request to update the tracking options for a configuration set.

Fields

The name of the configuration set for which you want to update the custom tracking domain.

Trait Implementations

impl Default for UpdateConfigurationSetTrackingOptionsRequest
[src]

Returns the "default value" for a type. Read more

impl Debug for UpdateConfigurationSetTrackingOptionsRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for UpdateConfigurationSetTrackingOptionsRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for UpdateConfigurationSetTrackingOptionsRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations