Class: Aws::DevOpsAgent::Types::GitHubConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::GitHubConfiguration
- Defined in:
- gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb
Overview
Configuration for GitHub repository integration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_identifier ⇒ String
GitHub instance identifier (e.g., github.com or github.enterprise.com).
-
#owner ⇒ String
The GitHub repository owner name.
-
#owner_type ⇒ String
Type of GitHub repository owner.
-
#repo_id ⇒ String
Associated Github repo ID.
-
#repo_name ⇒ String
Associated Github repo name.
Instance Attribute Details
#instance_identifier ⇒ String
GitHub instance identifier (e.g., github.com or github.enterprise.com)
1526 1527 1528 1529 1530 1531 1532 1533 1534 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1526 class GitHubConfiguration < Struct.new( :repo_name, :repo_id, :owner, :owner_type, :instance_identifier) SENSITIVE = [] include Aws::Structure end |
#owner ⇒ String
The GitHub repository owner name.
1526 1527 1528 1529 1530 1531 1532 1533 1534 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1526 class GitHubConfiguration < Struct.new( :repo_name, :repo_id, :owner, :owner_type, :instance_identifier) SENSITIVE = [] include Aws::Structure end |
#owner_type ⇒ String
Type of GitHub repository owner.
1526 1527 1528 1529 1530 1531 1532 1533 1534 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1526 class GitHubConfiguration < Struct.new( :repo_name, :repo_id, :owner, :owner_type, :instance_identifier) SENSITIVE = [] include Aws::Structure end |
#repo_id ⇒ String
Associated Github repo ID
1526 1527 1528 1529 1530 1531 1532 1533 1534 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1526 class GitHubConfiguration < Struct.new( :repo_name, :repo_id, :owner, :owner_type, :instance_identifier) SENSITIVE = [] include Aws::Structure end |
#repo_name ⇒ String
Associated Github repo name
1526 1527 1528 1529 1530 1531 1532 1533 1534 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1526 class GitHubConfiguration < Struct.new( :repo_name, :repo_id, :owner, :owner_type, :instance_identifier) SENSITIVE = [] include Aws::Structure end |