Class: Aws::Types::GitLabRepositoryResource
- Inherits:
-
Object
- Object
- Aws::Types::GitLabRepositoryResource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
1180 1181 1182 |
# File 'sig/types.rbs', line 1180 def name @name end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
1181 1182 1183 |
# File 'sig/types.rbs', line 1181 def namespace @namespace end |