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)


4191
4192
4193
4194
4195
4196
# File 'lib/aws-sdk-securityagent/types.rb', line 4191

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

#ownerString

The owner of the GitHub repository.

Returns:

  • (String)


4191
4192
4193
4194
4195
4196
# File 'lib/aws-sdk-securityagent/types.rb', line 4191

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