[][src]Struct rusoto_schemas::UpdateSchemaResponse

pub struct UpdateSchemaResponse {
    pub description: Option<String>,
    pub last_modified: Option<f64>,
    pub schema_arn: Option<String>,
    pub schema_name: Option<String>,
    pub schema_version: Option<String>,
    pub tags: Option<HashMap<String, String>>,
    pub type_: Option<String>,
    pub version_created_date: Option<f64>,
}

Fields

description: Option<String>

The description of the schema.

last_modified: Option<f64>

The date and time that schema was modified.

schema_arn: Option<String>

The ARN of the schema.

schema_name: Option<String>

The name of the schema.

schema_version: Option<String>

The version number of the schema

tags: Option<HashMap<String, String>>type_: Option<String>

The type of the schema.

version_created_date: Option<f64>

The date the schema version was created.

Trait Implementations

impl Clone for UpdateSchemaResponse[src]

impl Debug for UpdateSchemaResponse[src]

impl Default for UpdateSchemaResponse[src]

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

impl PartialEq<UpdateSchemaResponse> for UpdateSchemaResponse[src]

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