Class: Aws::DevOpsAgent::Types::GitLabConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::GitLabConfiguration
- 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_identifier ⇒ String
GitLab instance identifier (e.g., gitlab.com or e2e.gamma.dev.us-east-1.gitlab.falco.ai.aws.dev).
-
#project_id ⇒ String
GitLab numeric project ID.
-
#project_path ⇒ String
Full GitLab project path (e.g., namespace/project-name).
Instance Attribute Details
#instance_identifier ⇒ String
GitLab instance identifier (e.g., gitlab.com or e2e.gamma.dev.us-east-1.gitlab.falco.ai.aws.dev)
1517 1518 1519 1520 1521 1522 1523 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1517 class GitLabConfiguration < Struct.new( :project_id, :project_path, :instance_identifier) SENSITIVE = [] include Aws::Structure end |
#project_id ⇒ String
GitLab numeric project ID.
1517 1518 1519 1520 1521 1522 1523 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1517 class GitLabConfiguration < Struct.new( :project_id, :project_path, :instance_identifier) SENSITIVE = [] include Aws::Structure end |
#project_path ⇒ String
Full GitLab project path (e.g., namespace/project-name).
1517 1518 1519 1520 1521 1522 1523 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1517 class GitLabConfiguration < Struct.new( :project_id, :project_path, :instance_identifier) SENSITIVE = [] include Aws::Structure end |