Class: Aws::Types::CodeRepositoryDetails
- Inherits:
-
Object
- Object
- Aws::Types::CodeRepositoryDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#integration_arn ⇒ ::String
Returns the value of attribute integration_arn.
-
#project_name ⇒ ::String
Returns the value of attribute project_name.
-
#provider_type ⇒ "GITHUB", "GITLAB_SELF_MANAGED"
Returns the value of attribute provider_type.
Instance Attribute Details
#integration_arn ⇒ ::String
Returns the value of attribute integration_arn.
679 680 681 |
# File 'sig/types.rbs', line 679 def integration_arn @integration_arn end |
#project_name ⇒ ::String
Returns the value of attribute project_name.
678 679 680 |
# File 'sig/types.rbs', line 678 def project_name @project_name end |
#provider_type ⇒ "GITHUB", "GITLAB_SELF_MANAGED"
Returns the value of attribute provider_type.
680 681 682 |
# File 'sig/types.rbs', line 680 def provider_type @provider_type end |