Class: Aws::Types::UpdateSourceControlFromJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSourceControlFromJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auth_strategy ⇒ "PERSONAL_ACCESS_TOKEN", "AWS_SECRETS_MANAGER"
Returns the value of attribute auth_strategy.
-
#auth_token ⇒ ::String
Returns the value of attribute auth_token.
-
#branch_name ⇒ ::String
Returns the value of attribute branch_name.
-
#commit_id ⇒ ::String
Returns the value of attribute commit_id.
-
#folder ⇒ ::String
Returns the value of attribute folder.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#provider ⇒ "GITHUB", ...
Returns the value of attribute provider.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
-
#repository_owner ⇒ ::String
Returns the value of attribute repository_owner.
Instance Attribute Details
#auth_strategy ⇒ "PERSONAL_ACCESS_TOKEN", "AWS_SECRETS_MANAGER"
Returns the value of attribute auth_strategy.
8227 8228 8229 |
# File 'sig/types.rbs', line 8227 def auth_strategy @auth_strategy end |
#auth_token ⇒ ::String
Returns the value of attribute auth_token.
8228 8229 8230 |
# File 'sig/types.rbs', line 8228 def auth_token @auth_token end |
#branch_name ⇒ ::String
Returns the value of attribute branch_name.
8224 8225 8226 |
# File 'sig/types.rbs', line 8224 def branch_name @branch_name end |
#commit_id ⇒ ::String
Returns the value of attribute commit_id.
8226 8227 8228 |
# File 'sig/types.rbs', line 8226 def commit_id @commit_id end |
#folder ⇒ ::String
Returns the value of attribute folder.
8225 8226 8227 |
# File 'sig/types.rbs', line 8225 def folder @folder end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
8220 8221 8222 |
# File 'sig/types.rbs', line 8220 def job_name @job_name end |
#provider ⇒ "GITHUB", ...
Returns the value of attribute provider.
8221 8222 8223 |
# File 'sig/types.rbs', line 8221 def provider @provider end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
8222 8223 8224 |
# File 'sig/types.rbs', line 8222 def repository_name @repository_name end |
#repository_owner ⇒ ::String
Returns the value of attribute repository_owner.
8223 8224 8225 |
# File 'sig/types.rbs', line 8223 def repository_owner @repository_owner end |