Class: Aws::SecurityAgent::Types::GitLabRepositoryResource

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#nameString

Name of the resource e.g. repository name, etc.

Returns:

  • (String)


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

#namespaceString

The namespace (group or user path) that owns the project.

Returns:

  • (String)


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