Class: Aws::Types::SourceControlDetails
- Inherits:
-
Object
- Object
- Aws::Types::SourceControlDetails
- 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 ⇒ ::String
Returns the value of attribute branch.
-
#folder ⇒ ::String
Returns the value of attribute folder.
-
#last_commit_id ⇒ ::String
Returns the value of attribute last_commit_id.
-
#owner ⇒ ::String
Returns the value of attribute owner.
-
#provider ⇒ "GITHUB", ...
Returns the value of attribute provider.
-
#repository ⇒ ::String
Returns the value of attribute repository.
Instance Attribute Details
#auth_strategy ⇒ "PERSONAL_ACCESS_TOKEN", "AWS_SECRETS_MANAGER"
Returns the value of attribute auth_strategy.
7066 7067 7068 |
# File 'sig/types.rbs', line 7066 def auth_strategy @auth_strategy end |
#auth_token ⇒ ::String
Returns the value of attribute auth_token.
7067 7068 7069 |
# File 'sig/types.rbs', line 7067 def auth_token @auth_token end |
#branch ⇒ ::String
Returns the value of attribute branch.
7063 7064 7065 |
# File 'sig/types.rbs', line 7063 def branch @branch end |
#folder ⇒ ::String
Returns the value of attribute folder.
7064 7065 7066 |
# File 'sig/types.rbs', line 7064 def folder @folder end |
#last_commit_id ⇒ ::String
Returns the value of attribute last_commit_id.
7065 7066 7067 |
# File 'sig/types.rbs', line 7065 def last_commit_id @last_commit_id end |
#owner ⇒ ::String
Returns the value of attribute owner.
7062 7063 7064 |
# File 'sig/types.rbs', line 7062 def owner @owner end |
#provider ⇒ "GITHUB", ...
Returns the value of attribute provider.
7060 7061 7062 |
# File 'sig/types.rbs', line 7060 def provider @provider end |
#repository ⇒ ::String
Returns the value of attribute repository.
7061 7062 7063 |
# File 'sig/types.rbs', line 7061 def repository @repository end |