Struct aws_sdk_codegurureviewer::model::S3BucketRepository [−][src]
#[non_exhaustive]pub struct S3BucketRepository {
pub name: Option<String>,
pub details: Option<S3RepositoryDetails>,
}Expand description
Information about an associated repository in an S3 bucket. The associated repository contains a source code .zip file and 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.name: Option<String>
The name of the repository when the ProviderType is S3Bucket.
details: Option<S3RepositoryDetails>
An S3RepositoryDetails object that specifies the name of an S3 bucket and
a CodeArtifacts object. The CodeArtifacts object includes the S3
object keys for a source code .zip file and for a build artifacts .zip file.
Implementations
The name of the repository when the ProviderType is S3Bucket.
An S3RepositoryDetails object that specifies the name of an S3 bucket and
a CodeArtifacts object. The CodeArtifacts object includes the S3
object keys for a source code .zip file and for a build artifacts .zip file.
Creates a new builder-style object to manufacture S3BucketRepository
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 S3BucketRepository
impl Send for S3BucketRepository
impl Sync for S3BucketRepository
impl Unpin for S3BucketRepository
impl UnwindSafe for S3BucketRepository
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
