Class: Aws::Types::GitLabRepositoryMetadata
- Inherits:
-
Object
- Object
- Aws::Types::GitLabRepositoryMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_type ⇒ "PRIVATE", "PUBLIC"
Returns the value of attribute access_type.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#provider_resource_id ⇒ ::String
Returns the value of attribute provider_resource_id.
Instance Attribute Details
#access_type ⇒ "PRIVATE", "PUBLIC"
Returns the value of attribute access_type.
1175 1176 1177 |
# File 'sig/types.rbs', line 1175 def access_type @access_type end |
#name ⇒ ::String
Returns the value of attribute name.
1172 1173 1174 |
# File 'sig/types.rbs', line 1172 def name @name end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
1174 1175 1176 |
# File 'sig/types.rbs', line 1174 def namespace @namespace end |
#provider_resource_id ⇒ ::String
Returns the value of attribute provider_resource_id.
1173 1174 1175 |
# File 'sig/types.rbs', line 1173 def provider_resource_id @provider_resource_id end |