Class: Aws::SecurityHub::Types::AwsCodeBuildProjectLogsConfigDetails

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

Overview

Information about logs for the build project.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_logsTypes::AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails

Information about CloudWatch Logs for the build project.



5294
5295
5296
5297
5298
5299
# File 'lib/aws-sdk-securityhub/types.rb', line 5294

class AwsCodeBuildProjectLogsConfigDetails < Struct.new(
  :cloud_watch_logs,
  :s3_logs)
  SENSITIVE = []
  include Aws::Structure
end

#s3_logsTypes::AwsCodeBuildProjectLogsConfigS3LogsDetails

Information about logs built to an S3 bucket for a build project.



5294
5295
5296
5297
5298
5299
# File 'lib/aws-sdk-securityhub/types.rb', line 5294

class AwsCodeBuildProjectLogsConfigDetails < Struct.new(
  :cloud_watch_logs,
  :s3_logs)
  SENSITIVE = []
  include Aws::Structure
end