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.
2620 2621 2622 2623 2624 2625 |
# File 'lib/aws-sdk-securityagent/types.rb', line 2620 class GitHubRepositoryResource < Struct.new( :name, :owner) SENSITIVE = [] include Aws::Structure end |
#owner ⇒ String
The owner of the GitHub repository.
2620 2621 2622 2623 2624 2625 |
# File 'lib/aws-sdk-securityagent/types.rb', line 2620 class GitHubRepositoryResource < Struct.new( :name, :owner) SENSITIVE = [] include Aws::Structure end |