Class: Aws::DevOpsAgent::Types::GitLabConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb

Overview

Configuration for GitLab project integration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_identifierString

GitLab instance identifier (e.g., gitlab.com or e2e.gamma.dev.us-east-1.gitlab.falco.ai.aws.dev)

Returns:

  • (String)


1553
1554
1555
1556
1557
1558
1559
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1553

class GitLabConfiguration < Struct.new(
  :project_id,
  :project_path,
  :instance_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#project_idString

GitLab numeric project ID.

Returns:

  • (String)


1553
1554
1555
1556
1557
1558
1559
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1553

class GitLabConfiguration < Struct.new(
  :project_id,
  :project_path,
  :instance_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#project_pathString

Full GitLab project path (e.g., namespace/project-name).

Returns:

  • (String)


1553
1554
1555
1556
1557
1558
1559
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1553

class GitLabConfiguration < Struct.new(
  :project_id,
  :project_path,
  :instance_identifier)
  SENSITIVE = []
  include Aws::Structure
end