Class: Aws::Types::GitLabConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::GitLabConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_identifier ⇒ ::String
Returns the value of attribute instance_identifier.
-
#project_id ⇒ ::String
Returns the value of attribute project_id.
-
#project_path ⇒ ::String
Returns the value of attribute project_path.
-
#runtime_role_arn ⇒ ::String
Returns the value of attribute runtime_role_arn.
Instance Attribute Details
#instance_identifier ⇒ ::String
Returns the value of attribute instance_identifier.
729 730 731 |
# File 'sig/types.rbs', line 729 def instance_identifier @instance_identifier end |
#project_id ⇒ ::String
Returns the value of attribute project_id.
727 728 729 |
# File 'sig/types.rbs', line 727 def project_id @project_id end |
#project_path ⇒ ::String
Returns the value of attribute project_path.
728 729 730 |
# File 'sig/types.rbs', line 728 def project_path @project_path end |
#runtime_role_arn ⇒ ::String
Returns the value of attribute runtime_role_arn.
730 731 732 |
# File 'sig/types.rbs', line 730 def runtime_role_arn @runtime_role_arn end |