#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for DescribeCodeRepositoryOutput
Implementations
The name of the Git repository.
The name of the Git repository.
The Amazon Resource Name (ARN) of the Git repository.
The Amazon Resource Name (ARN) of the Git repository.
The date and time that the repository was created.
The date and time that the repository was created.
The date and time that the repository was last changed.
The date and time that the repository was last changed.
Configuration details about the repository, including the URL where the repository is located, the default branch, and the Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the repository.
Configuration details about the repository, including the URL where the repository is located, the default branch, and the Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the repository.
Consumes the builder and constructs a DescribeCodeRepositoryOutput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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