Struct aws_sdk_apprunner::model::SourceCodeVersion [−][src]
#[non_exhaustive]pub struct SourceCodeVersion {
pub type: Option<SourceCodeVersionType>,
pub value: Option<String>,
}
Expand description
Identifies a version of code that App Runner refers to within a source code repository.
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.type: Option<SourceCodeVersionType>
The type of version identifier.
For a git-based repository, branches represent versions.
value: Option<String>
A source code version.
For a git-based repository, a branch name maps to a specific version. App Runner uses the most recent commit to the branch.
Implementations
The type of version identifier.
For a git-based repository, branches represent versions.
Creates a new builder-style object to manufacture SourceCodeVersion
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 SourceCodeVersion
impl Send for SourceCodeVersion
impl Sync for SourceCodeVersion
impl Unpin for SourceCodeVersion
impl UnwindSafe for SourceCodeVersion
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