Struct aws_sdk_sagemaker::model::code_repository_summary::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for CodeRepositorySummary
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 Git repository was created.
The date and time that the Git repository was created.
The date and time that the Git repository was last modified.
The date and time that the Git repository was last modified.
Configuration details for the Git repository, including the URL where it is located and the ARN of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the repository.
Configuration details for the Git repository, including the URL where it is located and the ARN of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the repository.
Consumes the builder and constructs a CodeRepositorySummary
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