Struct rusoto_emr::ListSecurityConfigurationsOutput [] [src]

pub struct ListSecurityConfigurationsOutput {
    pub marker: Option<Marker>,
    pub security_configurations: Option<SecurityConfigurationList>,
}

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.

impl Clone for ListSecurityConfigurationsOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more