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.
5274 5275 5276 5277 5278 5279 5280 |
# File 'lib/aws-sdk-securityhub/types.rb', line 5274 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.
5274 5275 5276 5277 5278 5279 5280 |
# File 'lib/aws-sdk-securityhub/types.rb', line 5274 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.
5274 5275 5276 5277 5278 5279 5280 |
# File 'lib/aws-sdk-securityhub/types.rb', line 5274 class AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails < Struct.new( :group_name, :status, :stream_name) SENSITIVE = [] include Aws::Structure end |