Struct rusoto_codebuild::LogsLocation [] [src]

pub struct LogsLocation {
    pub deep_link: Option<String>,
    pub group_name: Option<String>,
    pub stream_name: Option<String>,
}

Information about build logs in Amazon CloudWatch Logs.

Fields

The URL to an individual build log in Amazon CloudWatch Logs.

The name of the Amazon CloudWatch Logs group for the build logs.

The name of the Amazon CloudWatch Logs stream for the build logs.

Trait Implementations

impl Default for LogsLocation
[src]

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

impl Debug for LogsLocation
[src]

Formats the value using the given formatter.

impl Clone for LogsLocation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more