Struct rusoto_emr::CreateSecurityConfigurationOutput [] [src]

pub struct CreateSecurityConfigurationOutput {
    pub creation_date_time: Date,
    pub name: XmlString,
}

Fields

The date and time the security configuration was created.

The name of the security configuration.

Trait Implementations

impl Default for CreateSecurityConfigurationOutput
[src]

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

impl Debug for CreateSecurityConfigurationOutput
[src]

Formats the value using the given formatter.

impl Clone for CreateSecurityConfigurationOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more