Class: Aws::SecurityHub::Types::AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#group_nameString

The group name of the logs in CloudWatch Logs.

Returns:

  • (String)


5264
5265
5266
5267
5268
5269
5270
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 5264

class AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails < Struct.new(
  :group_name,
  :status,
  :stream_name)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the logs in CloudWatch Logs for a build project.

Returns:

  • (String)


5264
5265
5266
5267
5268
5269
5270
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 5264

class AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails < Struct.new(
  :group_name,
  :status,
  :stream_name)
  SENSITIVE = []
  include Aws::Structure
end

#stream_nameString

The prefix of the stream name of the CloudWatch Logs.

Returns:

  • (String)


5264
5265
5266
5267
5268
5269
5270
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 5264

class AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails < Struct.new(
  :group_name,
  :status,
  :stream_name)
  SENSITIVE = []
  include Aws::Structure
end