Class: Aws::SecurityHub::Types::AwsCodeBuildProjectLogsConfigDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsCodeBuildProjectLogsConfigDetails
- 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
-
#cloud_watch_logs ⇒ Types::AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails
Information about CloudWatch Logs for the build project.
-
#s3_logs ⇒ Types::AwsCodeBuildProjectLogsConfigS3LogsDetails
Information about logs built to an S3 bucket for a build project.
Instance Attribute Details
#cloud_watch_logs ⇒ Types::AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails
Information about CloudWatch Logs for the build project.
5288 5289 5290 5291 5292 5293 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 5288 class AwsCodeBuildProjectLogsConfigDetails < Struct.new( :cloud_watch_logs, :s3_logs) SENSITIVE = [] include Aws::Structure end |
#s3_logs ⇒ Types::AwsCodeBuildProjectLogsConfigS3LogsDetails
Information about logs built to an S3 bucket for a build project.
5288 5289 5290 5291 5292 5293 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 5288 class AwsCodeBuildProjectLogsConfigDetails < Struct.new( :cloud_watch_logs, :s3_logs) SENSITIVE = [] include Aws::Structure end |