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)


2599
2600
2601
2602
2603
2604
2605
2606
# File 'lib/aws-sdk-securityagent/types.rb', line 2599

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)


2599
2600
2601
2602
2603
2604
2605
2606
# File 'lib/aws-sdk-securityagent/types.rb', line 2599

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)


2599
2600
2601
2602
2603
2604
2605
2606
# File 'lib/aws-sdk-securityagent/types.rb', line 2599

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)


2599
2600
2601
2602
2603
2604
2605
2606
# File 'lib/aws-sdk-securityagent/types.rb', line 2599

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