[][src]Struct rusoto_emr::ListSecurityConfigurationsOutput

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

Fields

marker: Option<String>

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.

security_configurations: Option<Vec<SecurityConfigurationSummary>>

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

Trait Implementations

impl Clone for ListSecurityConfigurationsOutput[src]

impl Debug for ListSecurityConfigurationsOutput[src]

impl Default for ListSecurityConfigurationsOutput[src]

impl<'de> Deserialize<'de> for ListSecurityConfigurationsOutput[src]

impl PartialEq<ListSecurityConfigurationsOutput> for ListSecurityConfigurationsOutput[src]

impl StructuralPartialEq for ListSecurityConfigurationsOutput[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.