Struct aws_sdk_codestar::model::Code
source · [−]#[non_exhaustive]pub struct Code {
pub source: Option<CodeSource>,
pub destination: Option<CodeDestination>,
}
Expand description
Location and destination information about the source code files provided with the project request. The source code is uploaded to the new project source repository after 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.source: Option<CodeSource>
The location where the source code files provided with the project request are stored. AWS CodeStar retrieves the files during project creation.
destination: Option<CodeDestination>
The repository to be created in AWS CodeStar. Valid values are AWS CodeCommit or GitHub. After AWS CodeStar provisions the new repository, the source code files provided with the project request are placed in the repository.
Implementations
The location where the source code files provided with the project request are stored. AWS CodeStar retrieves the files during project creation.
The repository to be created in AWS CodeStar. Valid values are AWS CodeCommit or GitHub. After AWS CodeStar provisions the new repository, the source code files provided with the project request are placed in the repository.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Code
impl UnwindSafe for Code
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