Class: Aws::SecurityAgent::Types::GitHubRepositoryMetadata

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityagent/types.rb

Overview

Contains metadata about a GitHub repository that is integrated with the service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_typeString

The access type of the GitHub repository. Valid values are PRIVATE and PUBLIC.

Returns:

  • (String)


1915
1916
1917
1918
1919
1920
1921
1922
# File 'lib/aws-sdk-securityagent/types.rb', line 1915

class GitHubRepositoryMetadata < Struct.new(
  :name,
  :provider_resource_id,
  :owner,
  :access_type)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the GitHub repository.

Returns:

  • (String)


1915
1916
1917
1918
1919
1920
1921
1922
# File 'lib/aws-sdk-securityagent/types.rb', line 1915

class GitHubRepositoryMetadata < Struct.new(
  :name,
  :provider_resource_id,
  :owner,
  :access_type)
  SENSITIVE = []
  include Aws::Structure
end

#ownerString

The owner of the GitHub repository.

Returns:

  • (String)


1915
1916
1917
1918
1919
1920
1921
1922
# File 'lib/aws-sdk-securityagent/types.rb', line 1915

class GitHubRepositoryMetadata < Struct.new(
  :name,
  :provider_resource_id,
  :owner,
  :access_type)
  SENSITIVE = []
  include Aws::Structure
end

#provider_resource_idString

The provider-specific resource identifier for the GitHub repository.

Returns:

  • (String)


1915
1916
1917
1918
1919
1920
1921
1922
# File 'lib/aws-sdk-securityagent/types.rb', line 1915

class GitHubRepositoryMetadata < Struct.new(
  :name,
  :provider_resource_id,
  :owner,
  :access_type)
  SENSITIVE = []
  include Aws::Structure
end