Struct rusoto_emr::SecurityConfigurationSummary [] [src]

pub struct SecurityConfigurationSummary {
    pub creation_date_time: Option<f64>,
    pub name: Option<String>,
}

The creation date and time, and name, of a security configuration.

Fields

The date and time the security configuration was created.

The name of the security configuration.

Trait Implementations

impl Default for SecurityConfigurationSummary
[src]

[src]

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

impl Debug for SecurityConfigurationSummary
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SecurityConfigurationSummary
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations