Class: Aws::SecurityAgent::Types::GitLabRepositoryResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::GitLabRepositoryResource
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityagent/types.rb
Overview
A GitLab repository integrated as a resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
Name of the resource e.g.
-
#namespace ⇒ String
The namespace (group or user path) that owns the project.
Instance Attribute Details
#name ⇒ String
Name of the resource e.g. repository name, etc.
4293 4294 4295 4296 4297 4298 |
# File 'lib/aws-sdk-securityagent/types.rb', line 4293 class GitLabRepositoryResource < Struct.new( :name, :namespace) SENSITIVE = [] include Aws::Structure end |
#namespace ⇒ String
The namespace (group or user path) that owns the project.
4293 4294 4295 4296 4297 4298 |
# File 'lib/aws-sdk-securityagent/types.rb', line 4293 class GitLabRepositoryResource < Struct.new( :name, :namespace) SENSITIVE = [] include Aws::Structure end |