#[non_exhaustive]pub struct UpdateJobFromSourceControlInput { /* private fields */ }Implementations§
source§impl UpdateJobFromSourceControlInput
impl UpdateJobFromSourceControlInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateJobFromSourceControl, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateJobFromSourceControl, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateJobFromSourceControl>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateJobFromSourceControlInput.
source§impl UpdateJobFromSourceControlInput
impl UpdateJobFromSourceControlInput
sourcepub fn job_name(&self) -> Option<&str>
pub fn job_name(&self) -> Option<&str>
The name of the Glue job to be synchronized to or from the remote repository.
sourcepub fn provider(&self) -> Option<&SourceControlProvider>
pub fn provider(&self) -> Option<&SourceControlProvider>
The provider for the remote repository.
sourcepub fn repository_name(&self) -> Option<&str>
pub fn repository_name(&self) -> Option<&str>
The name of the remote repository that contains the job artifacts.
sourcepub fn repository_owner(&self) -> Option<&str>
pub fn repository_owner(&self) -> Option<&str>
The owner of the remote repository that contains the job artifacts.
sourcepub fn branch_name(&self) -> Option<&str>
pub fn branch_name(&self) -> Option<&str>
An optional branch in the remote repository.
sourcepub fn auth_strategy(&self) -> Option<&SourceControlAuthStrategy>
pub fn auth_strategy(&self) -> Option<&SourceControlAuthStrategy>
The type of authentication, which can be an authentication token stored in Amazon Web Services Secrets Manager, or a personal access token.
sourcepub fn auth_token(&self) -> Option<&str>
pub fn auth_token(&self) -> Option<&str>
The value of the authorization token.
Trait Implementations§
source§impl Clone for UpdateJobFromSourceControlInput
impl Clone for UpdateJobFromSourceControlInput
source§fn clone(&self) -> UpdateJobFromSourceControlInput
fn clone(&self) -> UpdateJobFromSourceControlInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl PartialEq<UpdateJobFromSourceControlInput> for UpdateJobFromSourceControlInput
impl PartialEq<UpdateJobFromSourceControlInput> for UpdateJobFromSourceControlInput
source§fn eq(&self, other: &UpdateJobFromSourceControlInput) -> bool
fn eq(&self, other: &UpdateJobFromSourceControlInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.