Class: Aws::SecurityHub::Types::AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Information about CloudWatch Logs for the build project.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_name ⇒ String
The group name of the logs in CloudWatch Logs.
-
#status ⇒ String
The current status of the logs in CloudWatch Logs for a build project.
-
#stream_name ⇒ String
The prefix of the stream name of the CloudWatch Logs.
Instance Attribute Details
#group_name ⇒ String
The group name of the logs in CloudWatch Logs.
5268 5269 5270 5271 5272 5273 5274 |
# File 'lib/aws-sdk-securityhub/types.rb', line 5268 class AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails < Struct.new( :group_name, :status, :stream_name) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the logs in CloudWatch Logs for a build project.
5268 5269 5270 5271 5272 5273 5274 |
# File 'lib/aws-sdk-securityhub/types.rb', line 5268 class AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails < Struct.new( :group_name, :status, :stream_name) SENSITIVE = [] include Aws::Structure end |
#stream_name ⇒ String
The prefix of the stream name of the CloudWatch Logs.
5268 5269 5270 5271 5272 5273 5274 |
# File 'lib/aws-sdk-securityhub/types.rb', line 5268 class AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails < Struct.new( :group_name, :status, :stream_name) SENSITIVE = [] include Aws::Structure end |