Struct rusoto_codebuild::BuildArtifacts [] [src]

pub struct BuildArtifacts {
    pub location: Option<String>,
    pub md_5sum: Option<String>,
    pub sha_25_6sum: Option<String>,
}

Information about build output artifacts.

Fields

Information about the location of the build artifacts.

The MD5 hash of the build artifact.

You can use this hash along with a checksum tool to confirm both file integrity and authenticity.

This value is available only if the build project's packaging value is set to ZIP.

The SHA-256 hash of the build artifact.

You can use this hash along with a checksum tool to confirm both file integrity and authenticity.

This value is available only if the build project's packaging value is set to ZIP.

Trait Implementations

impl Default for BuildArtifacts
[src]

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

impl Debug for BuildArtifacts
[src]

Formats the value using the given formatter.

impl Clone for BuildArtifacts
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more