Class: Aws::SecurityAgent::Types::GitHubRepositoryMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::GitHubRepositoryMetadata
- 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
-
#access_type ⇒ String
The access type of the GitHub repository.
-
#name ⇒ String
The name of the GitHub repository.
-
#owner ⇒ String
The owner of the GitHub repository.
-
#provider_resource_id ⇒ String
The provider-specific resource identifier for the GitHub repository.
Instance Attribute Details
#access_type ⇒ String
The access type of the GitHub repository. Valid values are PRIVATE and PUBLIC.
1915 1916 1917 1918 1919 1920 1921 1922 |
# File 'lib/aws-sdk-securityagent/types.rb', line 1915 class GitHubRepositoryMetadata < Struct.new( :name, :provider_resource_id, :owner, :access_type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the GitHub repository.
1915 1916 1917 1918 1919 1920 1921 1922 |
# File 'lib/aws-sdk-securityagent/types.rb', line 1915 class GitHubRepositoryMetadata < Struct.new( :name, :provider_resource_id, :owner, :access_type) SENSITIVE = [] include Aws::Structure end |
#owner ⇒ String
The owner of the GitHub repository.
1915 1916 1917 1918 1919 1920 1921 1922 |
# File 'lib/aws-sdk-securityagent/types.rb', line 1915 class GitHubRepositoryMetadata < Struct.new( :name, :provider_resource_id, :owner, :access_type) SENSITIVE = [] include Aws::Structure end |
#provider_resource_id ⇒ String
The provider-specific resource identifier for the GitHub repository.
1915 1916 1917 1918 1919 1920 1921 1922 |
# File 'lib/aws-sdk-securityagent/types.rb', line 1915 class GitHubRepositoryMetadata < Struct.new( :name, :provider_resource_id, :owner, :access_type) SENSITIVE = [] include Aws::Structure end |