Struct google_cloudkms1_beta1::LogConfig [] [src]

pub struct LogConfig {
    pub counter: Option<CounterOptions>,
    pub data_access: Option<DataAccessOptions>,
    pub cloud_audit: Option<CloudAuditOptions>,
}

Specifies what kind of log the caller must write

This type is not used in any activity, and only used as part of another schema.

Fields

Counter options.

Data access options.

Cloud audit options.

Trait Implementations

impl Default for LogConfig
[src]

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

impl Clone for LogConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LogConfig
[src]

Formats the value using the given formatter.

impl Part for LogConfig
[src]