Class: Aws::SecurityAgent::Types::GitHubRepositoryResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::GitHubRepositoryResource
- 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
-
#name ⇒ String
The name of the GitHub repository.
-
#owner ⇒ String
The owner of the GitHub repository.
Instance Attribute Details
#name ⇒ String
The name of the GitHub repository.
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 |
#owner ⇒ String
The owner of the GitHub repository.
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 |