Class: Aws::DevOpsAgent::Types::GitHubConfiguration

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

#instance_identifierString

GitHub instance identifier (e.g., github.com or github.enterprise.com)

Returns:

  • (String)


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

#ownerString

The GitHub repository owner name.

Returns:

  • (String)


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_typeString

Type of GitHub repository owner.

Returns:

  • (String)


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_idString

Associated Github repo ID

Returns:

  • (String)


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_nameString

Associated Github repo name

Returns:

  • (String)


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