Struct rusoto_opsworks::CloudWatchLogsConfiguration [] [src]

pub struct CloudWatchLogsConfiguration {
    pub enabled: Option<bool>,
    pub log_streams: Option<Vec<CloudWatchLogsLogStream>>,
}

Describes the Amazon CloudWatch logs configuration for a layer.

Fields

Whether CloudWatch Logs is enabled for a layer.

A list of configuration options for CloudWatch Logs.

Trait Implementations

impl Default for CloudWatchLogsConfiguration
[src]

[src]

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

impl Debug for CloudWatchLogsConfiguration
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CloudWatchLogsConfiguration
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations