Class: Aws::SecurityAgent::Types::SourceCodeRepository

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityagent/types.rb

Overview

Represents a source code repository used for security analysis during a pentest.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_locationString

The Amazon S3 location of the source code repository archive.

Returns:

  • (String)


3407
3408
3409
3410
3411
# File 'lib/aws-sdk-securityagent/types.rb', line 3407

class SourceCodeRepository < Struct.new(
  :s3_location)
  SENSITIVE = []
  include Aws::Structure
end