Method: Aws::SecurityHub::Types::AwsCodeBuildProjectDetails#source
- Defined in:
- lib/aws-sdk-securityhub/types.rb
#source ⇒ Types::AwsCodeBuildProjectSource
Information about the build input source code for this build project.
4809 4810 4811 4812 4813 4814 4815 4816 4817 4818 4819 4820 4821 |
# File 'lib/aws-sdk-securityhub/types.rb', line 4809 class AwsCodeBuildProjectDetails < Struct.new( :encryption_key, :artifacts, :environment, :name, :source, :service_role, :logs_config, :vpc_config, :secondary_artifacts) SENSITIVE = [] include Aws::Structure end |