Struct aws_sdk_apprunner::model::CodeRepository [−][src]
#[non_exhaustive]pub struct CodeRepository {
pub repository_url: Option<String>,
pub source_code_version: Option<SourceCodeVersion>,
pub code_configuration: Option<CodeConfiguration>,
}
Expand description
Describes 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.repository_url: Option<String>
The location of the repository that contains the source code.
source_code_version: Option<SourceCodeVersion>
The version that should be used within the source code repository.
code_configuration: Option<CodeConfiguration>
Configuration for building and running the service from a source code repository.
Implementations
The location of the repository that contains the source code.
The version that should be used within the source code repository.
Configuration for building and running the service from a source code repository.
Creates a new builder-style object to manufacture CodeRepository
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 CodeRepository
impl Send for CodeRepository
impl Sync for CodeRepository
impl Unpin for CodeRepository
impl UnwindSafe for CodeRepository
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