[][src]Struct emmett::inputs::Cloudwatch

pub struct Cloudwatch {
    pub access_key_id: Option<&'static str>,
    pub aws_credentials_file: Option<&'static str>,
    pub combined: Option<bool>,
    pub endpoint: Option<&'static str>,
    pub filters: Option<Vec<&'static str>>,
    pub interval: Option<u64>,
    pub metrics: Option<Vec<&'static str>>,
    pub namespace: Option<&'static str>,
    pub period: Option<u64>,
    pub proxy_uri: Option<&'static str>,
    pub region: Option<&'static str>,
    pub role_arn: Option<&'static str>,
    pub role_session_name: Option<&'static str>,
    pub secret_access_key: Option<&'static str>,
    pub session_token: Option<&'static str>,
    pub statistics: Option<Vec<&'static str>>,
    pub use_ssl: Option<bool>,
}

Fields

access_key_id: Option<&'static str>aws_credentials_file: Option<&'static str>combined: Option<bool>endpoint: Option<&'static str>filters: Option<Vec<&'static str>>interval: Option<u64>metrics: Option<Vec<&'static str>>namespace: Option<&'static str>period: Option<u64>proxy_uri: Option<&'static str>region: Option<&'static str>role_arn: Option<&'static str>role_session_name: Option<&'static str>secret_access_key: Option<&'static str>session_token: Option<&'static str>statistics: Option<Vec<&'static str>>use_ssl: Option<bool>

Trait Implementations

impl Default for Cloudwatch[src]

impl Debug for Cloudwatch[src]

Auto Trait Implementations

Blanket Implementations

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

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

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.

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

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

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

impl<T> Erased for T

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

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

impl<T> Same<T> for T

type Output = T

Should always be Self