[][src]Struct rusoto_quicksight::TemplateSummary

pub struct TemplateSummary {
    pub arn: Option<String>,
    pub created_time: Option<f64>,
    pub last_updated_time: Option<f64>,
    pub latest_version_number: Option<i64>,
    pub name: Option<String>,
    pub template_id: Option<String>,
}

The template summary.

Fields

arn: Option<String>

A summary of a template.

created_time: Option<f64>

The last time that this template was created.

last_updated_time: Option<f64>

The last time that this template was updated.

latest_version_number: Option<i64>

A structure containing a list of version numbers for the template summary.

name: Option<String>

A display name for the template.

template_id: Option<String>

The ID of the template. This ID is unique per AWS Region for each AWS account.

Trait Implementations

impl Clone for TemplateSummary[src]

impl Debug for TemplateSummary[src]

impl Default for TemplateSummary[src]

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

impl PartialEq<TemplateSummary> for TemplateSummary[src]

impl StructuralPartialEq for TemplateSummary[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.