Struct aws_sdk_codestar::model::ToolchainSource
source · [−]#[non_exhaustive]pub struct ToolchainSource {
pub s3: Option<S3Location>,
}
Expand description
The Amazon S3 location where the toolchain template file provided with the project request is stored. AWS CodeStar retrieves the file during project creation.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.s3: Option<S3Location>
The Amazon S3 bucket where the toolchain template file provided with the project request is stored.
Implementations
The Amazon S3 bucket where the toolchain template file provided with the project request is stored.
Creates a new builder-style object to manufacture ToolchainSource
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ToolchainSource
impl Send for ToolchainSource
impl Sync for ToolchainSource
impl Unpin for ToolchainSource
impl UnwindSafe for ToolchainSource
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more