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.
4264 4265 4266 4267 4268 |
# File 'lib/aws-sdk-securityagent/types.rb', line 4264 class SourceCodeRepository < Struct.new( :s3_location) SENSITIVE = [] include Aws::Structure end |