Class: Aws::SecurityAgent::Types::GitHubRepositoryResource

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

Overview

Represents a GitHub repository resource used in an integration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the GitHub repository.

Returns:

  • (String)


1936
1937
1938
1939
1940
1941
# File 'lib/aws-sdk-securityagent/types.rb', line 1936

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

#ownerString

The owner of the GitHub repository.

Returns:

  • (String)


1936
1937
1938
1939
1940
1941
# File 'lib/aws-sdk-securityagent/types.rb', line 1936

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