Struct aws_sdk_codegurureviewer::model::S3RepositoryDetails [−][src]
#[non_exhaustive]pub struct S3RepositoryDetails {
pub bucket_name: Option<String>,
pub code_artifacts: Option<CodeArtifacts>,
}Expand description
Specifies the name of an S3 bucket and a CodeArtifacts object that contains the S3
object keys for a source code .zip file and for a build artifacts .zip file that contains .jar or .class files.
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.bucket_name: Option<String>The name of the S3 bucket used for associating a new S3 repository. It must begin with
codeguru-reviewer-.
code_artifacts: Option<CodeArtifacts>
A CodeArtifacts object. The CodeArtifacts object includes the S3
object key for a source code .zip file and for a build artifacts .zip file that contains .jar or .class files.
Implementations
The name of the S3 bucket used for associating a new S3 repository. It must begin with
codeguru-reviewer-.
A CodeArtifacts object. The CodeArtifacts object includes the S3
object key for a source code .zip file and for a build artifacts .zip file that contains .jar or .class files.
Creates a new builder-style object to manufacture S3RepositoryDetails
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 S3RepositoryDetails
impl Send for S3RepositoryDetails
impl Sync for S3RepositoryDetails
impl Unpin for S3RepositoryDetails
impl UnwindSafe for S3RepositoryDetails
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
