[][src]Struct rusoto_firehose::CloudWatchLoggingOptions

pub struct CloudWatchLoggingOptions {
    pub enabled: Option<bool>,
    pub log_group_name: Option<String>,
    pub log_stream_name: Option<String>,
}

Describes the Amazon CloudWatch logging options for your delivery stream.

Fields

Enables or disables CloudWatch logging.

The CloudWatch group name for logging. This value is required if CloudWatch logging is enabled.

The CloudWatch log stream name for logging. This value is required if CloudWatch logging is enabled.

Trait Implementations

impl Clone for CloudWatchLoggingOptions
[src]

Performs copy-assignment from source. Read more

impl Default for CloudWatchLoggingOptions
[src]

impl PartialEq<CloudWatchLoggingOptions> for CloudWatchLoggingOptions
[src]

impl Debug for CloudWatchLoggingOptions
[src]

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

impl Serialize for CloudWatchLoggingOptions
[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From for T
[src]

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

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

impl<T> Same for T

Should always be Self

impl<T> Erased for T