Struct rusoto_emr::DescribeSecurityConfigurationOutput [] [src]

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

Fields

The date and time the security configuration was created

The name of the security configuration.

The security configuration details in JSON format.

Trait Implementations

impl Default for DescribeSecurityConfigurationOutput
[src]

[src]

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

impl Debug for DescribeSecurityConfigurationOutput
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribeSecurityConfigurationOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more