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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/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.



5284
5285
5286
5287
5288
5289
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 5284

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.



5284
5285
5286
5287
5288
5289
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 5284

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