[][src]Struct rusoto_sesv2::GetDeliverabilityDashboardOptionsRequest

pub struct GetDeliverabilityDashboardOptionsRequest {}

Retrieve information about the status of the Deliverability dashboard for your AWS account. When the Deliverability dashboard is enabled, you gain access to reputation, deliverability, and other metrics for your domains. You also gain the ability to perform predictive inbox placement tests.

When you use the Deliverability dashboard, you pay a monthly subscription charge, in addition to any other fees that you accrue by using Amazon SES and other AWS services. For more information about the features and cost of a Deliverability dashboard subscription, see Amazon Pinpoint Pricing.

Trait Implementations

impl Clone for GetDeliverabilityDashboardOptionsRequest[src]

impl Debug for GetDeliverabilityDashboardOptionsRequest[src]

impl Default for GetDeliverabilityDashboardOptionsRequest[src]

impl PartialEq<GetDeliverabilityDashboardOptionsRequest> for GetDeliverabilityDashboardOptionsRequest[src]

impl Serialize for GetDeliverabilityDashboardOptionsRequest[src]

impl StructuralPartialEq for GetDeliverabilityDashboardOptionsRequest[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.