Class: Aws::SecurityHub::Types::AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails
- Defined in:
- gems/aws-sdk-securityhub/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.
5060 5061 5062 5063 5064 5065 5066 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 5060 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.
5060 5061 5062 5063 5064 5065 5066 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 5060 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.
5060 5061 5062 5063 5064 5065 5066 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 5060 class AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails < Struct.new( :group_name, :status, :stream_name) SENSITIVE = [] include Aws::Structure end |