Class: Aws::Types::UpdateJobFromSourceControlRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateJobFromSourceControlRequest
- 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.
8118 8119 8120 |
# File 'sig/types.rbs', line 8118 def auth_strategy @auth_strategy end |
#auth_token ⇒ ::String
Returns the value of attribute auth_token.
8119 8120 8121 |
# File 'sig/types.rbs', line 8119 def auth_token @auth_token end |
#branch_name ⇒ ::String
Returns the value of attribute branch_name.
8115 8116 8117 |
# File 'sig/types.rbs', line 8115 def branch_name @branch_name end |
#commit_id ⇒ ::String
Returns the value of attribute commit_id.
8117 8118 8119 |
# File 'sig/types.rbs', line 8117 def commit_id @commit_id end |
#folder ⇒ ::String
Returns the value of attribute folder.
8116 8117 8118 |
# File 'sig/types.rbs', line 8116 def folder @folder end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
8111 8112 8113 |
# File 'sig/types.rbs', line 8111 def job_name @job_name end |
#provider ⇒ "GITHUB", ...
Returns the value of attribute provider.
8112 8113 8114 |
# File 'sig/types.rbs', line 8112 def provider @provider end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
8113 8114 8115 |
# File 'sig/types.rbs', line 8113 def repository_name @repository_name end |
#repository_owner ⇒ ::String
Returns the value of attribute repository_owner.
8114 8115 8116 |
# File 'sig/types.rbs', line 8114 def repository_owner @repository_owner end |