Class: Aws::SecurityAgent::Types::SourceCodeRepository
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::SourceCodeRepository
- 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
-
#s3_location ⇒ String
The Amazon S3 location of the source code repository archive.
Instance Attribute Details
#s3_location ⇒ String
The Amazon S3 location of the source code repository archive.
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 |