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.
1171 1172 1173 |
# File 'sig/types.rbs', line 1171 def name @name end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
1172 1173 1174 |
# File 'sig/types.rbs', line 1172 def namespace @namespace end |