Struct rusoto_emr::ListSecurityConfigurationsOutput[][src]

pub struct ListSecurityConfigurationsOutput {
    pub marker: Option<String>,
    pub security_configurations: Option<Vec<SecurityConfigurationSummary>>,
}

Fields

A pagination token that indicates the next set of results to retrieve. Include the marker in the next ListSecurityConfiguration call to retrieve the next page of results, if required.

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

Trait Implementations

impl Default for ListSecurityConfigurationsOutput
[src]

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

impl Debug for ListSecurityConfigurationsOutput
[src]

Formats the value using the given formatter. Read more

impl Clone for ListSecurityConfigurationsOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ListSecurityConfigurationsOutput
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations