Class: Aws::Types::UpdateSourceControlFromJobRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auth_strategy"PERSONAL_ACCESS_TOKEN", "AWS_SECRETS_MANAGER"

Returns the value of attribute auth_strategy.

Returns:

  • ("PERSONAL_ACCESS_TOKEN", "AWS_SECRETS_MANAGER")


8185
8186
8187
# File 'sig/types.rbs', line 8185

def auth_strategy
  @auth_strategy
end

#auth_token::String

Returns the value of attribute auth_token.

Returns:

  • (::String)


8186
8187
8188
# File 'sig/types.rbs', line 8186

def auth_token
  @auth_token
end

#branch_name::String

Returns the value of attribute branch_name.

Returns:

  • (::String)


8182
8183
8184
# File 'sig/types.rbs', line 8182

def branch_name
  @branch_name
end

#commit_id::String

Returns the value of attribute commit_id.

Returns:

  • (::String)


8184
8185
8186
# File 'sig/types.rbs', line 8184

def commit_id
  @commit_id
end

#folder::String

Returns the value of attribute folder.

Returns:

  • (::String)


8183
8184
8185
# File 'sig/types.rbs', line 8183

def folder
  @folder
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


8178
8179
8180
# File 'sig/types.rbs', line 8178

def job_name
  @job_name
end

#provider"GITHUB", ...

Returns the value of attribute provider.

Returns:

  • ("GITHUB", "GITLAB", "BITBUCKET", "AWS_CODE_COMMIT")


8179
8180
8181
# File 'sig/types.rbs', line 8179

def provider
  @provider
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


8180
8181
8182
# File 'sig/types.rbs', line 8180

def repository_name
  @repository_name
end

#repository_owner::String

Returns the value of attribute repository_owner.

Returns:

  • (::String)


8181
8182
8183
# File 'sig/types.rbs', line 8181

def repository_owner
  @repository_owner
end