Struct rusoto_codebuild::SourceAuth [] [src]

pub struct SourceAuth {
    pub resource: Option<String>,
    pub type_: String,
}

Information about the authorization settings for AWS CodeBuild to access the source code to be built.

This information is for the AWS CodeBuild console's use only. Your code should not get or set this information directly (unless the build project's source type value is GITHUB).

Fields

The resource value that applies to the specified authorization type.

The authorization type to use. The only valid value is OAUTH, which represents the OAuth authorization type.

Trait Implementations

impl Default for SourceAuth
[src]

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

impl Debug for SourceAuth
[src]

Formats the value using the given formatter.

impl Clone for SourceAuth
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more