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)
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_id ⇒ String
GitLab numeric project ID.
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_path ⇒ String
Full GitLab project path (e.g., namespace/project-name).
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 |