Class: Aws::SecurityHub::Types::CodeRepositoryDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#code_security_integration_arnString

The Amazon Resource Name (ARN) of the code security integration associated with the repository.

Returns:

  • (String)


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_nameString

The name of the project in the code repository.

Returns:

  • (String)


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_typeString

The type of repository provider.

Returns:

  • (String)


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