Struct rusoto_logs::LogGroup [] [src]

pub struct LogGroup {
    pub arn: Option<String>,
    pub creation_time: Option<i64>,
    pub kms_key_id: Option<String>,
    pub log_group_name: Option<String>,
    pub metric_filter_count: Option<i64>,
    pub retention_in_days: Option<i64>,
    pub stored_bytes: Option<i64>,
}

Represents a log group.

Fields

The Amazon Resource Name (ARN) of the log group.

The creation time of the log group, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.

The name of the log group.

The number of metric filters.

The number of bytes stored.

Trait Implementations

impl Default for LogGroup
[src]

[src]

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

impl Debug for LogGroup
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for LogGroup
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for LogGroup

impl Sync for LogGroup