Class: Aws::SecurityHub::Types::CodeRepositoryDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::CodeRepositoryDetails
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Details about an external code repository with which you can connect your Amazon Web Services resources. The connection is established through Amazon Inspector.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code_security_integration_arn ⇒ String
The Amazon Resource Name (ARN) of the code security integration associated with the repository.
-
#project_name ⇒ String
The name of the project in the code repository.
-
#provider_type ⇒ String
The type of repository provider.
Instance Attribute Details
#code_security_integration_arn ⇒ String
The Amazon Resource Name (ARN) of the code security integration associated with the repository.
22449 22450 22451 22452 22453 22454 22455 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22449 class CodeRepositoryDetails < Struct.new( :provider_type, :project_name, :code_security_integration_arn) SENSITIVE = [] include Aws::Structure end |
#project_name ⇒ String
The name of the project in the code repository.
22449 22450 22451 22452 22453 22454 22455 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22449 class CodeRepositoryDetails < Struct.new( :provider_type, :project_name, :code_security_integration_arn) SENSITIVE = [] include Aws::Structure end |
#provider_type ⇒ String
The type of repository provider.
22449 22450 22451 22452 22453 22454 22455 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22449 class CodeRepositoryDetails < Struct.new( :provider_type, :project_name, :code_security_integration_arn) SENSITIVE = [] include Aws::Structure end |