Class: Aws::Types::CodeRepositoryDetails
- Inherits:
-
Object
- Object
- Aws::Types::CodeRepositoryDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code_security_integration_arn ⇒ ::String
Returns the value of attribute code_security_integration_arn.
-
#project_name ⇒ ::String
Returns the value of attribute project_name.
-
#provider_type ⇒ ::String
Returns the value of attribute provider_type.
Instance Attribute Details
#code_security_integration_arn ⇒ ::String
Returns the value of attribute code_security_integration_arn.
4966 4967 4968 |
# File 'sig/types.rbs', line 4966 def code_security_integration_arn @code_security_integration_arn end |
#project_name ⇒ ::String
Returns the value of attribute project_name.
4965 4966 4967 |
# File 'sig/types.rbs', line 4965 def project_name @project_name end |
#provider_type ⇒ ::String
Returns the value of attribute provider_type.
4964 4965 4966 |
# File 'sig/types.rbs', line 4964 def provider_type @provider_type end |