Struct rusoto_ds::SchemaExtensionInfo [] [src]

pub struct SchemaExtensionInfo {
    pub description: Option<String>,
    pub directory_id: Option<String>,
    pub end_date_time: Option<f64>,
    pub schema_extension_id: Option<String>,
    pub schema_extension_status: Option<String>,
    pub schema_extension_status_reason: Option<String>,
    pub start_date_time: Option<f64>,
}

Information about a schema extension.

Fields

A description of the schema extension.

The identifier of the directory to which the schema extension is applied.

The date and time that the schema extension was completed.

The identifier of the schema extension.

The current status of the schema extension.

The reason for the SchemaExtensionStatus.

The date and time that the schema extension started being applied to the directory.

Trait Implementations

impl Default for SchemaExtensionInfo
[src]

[src]

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

impl Debug for SchemaExtensionInfo
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SchemaExtensionInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations