[][src]Struct rusoto_dynamodb::ContributorInsightsSummary

pub struct ContributorInsightsSummary {
    pub contributor_insights_status: Option<String>,
    pub index_name: Option<String>,
    pub table_name: Option<String>,
}

Represents a Contributor Insights summary entry..

Fields

contributor_insights_status: Option<String>

Describes the current status for contributor insights for the given table and index, if applicable.

index_name: Option<String>

Name of the index associated with the summary, if any.

table_name: Option<String>

Name of the table associated with the summary.

Trait Implementations

impl Clone for ContributorInsightsSummary[src]

impl Debug for ContributorInsightsSummary[src]

impl Default for ContributorInsightsSummary[src]

impl<'de> Deserialize<'de> for ContributorInsightsSummary[src]

impl PartialEq<ContributorInsightsSummary> for ContributorInsightsSummary[src]

impl StructuralPartialEq for ContributorInsightsSummary[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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

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

impl<T> Instrument 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.