Struct aws_sdk_sagemaker::model::GitConfigForUpdate [−][src]
Expand description
Specifies configuration details for a Git repository when the repository is updated.
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.secret_arn: Option<String>
The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the
credentials used to access the git repository. The secret must have a staging label of
AWSCURRENT
and must be in the following format:
{"username": UserName, "password":
Password}
Implementations
The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the
credentials used to access the git repository. The secret must have a staging label of
AWSCURRENT
and must be in the following format:
{"username": UserName, "password":
Password}
Creates a new builder-style object to manufacture GitConfigForUpdate
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 GitConfigForUpdate
impl Send for GitConfigForUpdate
impl Sync for GitConfigForUpdate
impl Unpin for GitConfigForUpdate
impl UnwindSafe for GitConfigForUpdate
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