Class: Aws::SecurityHub::Types::AwsGuardDutyDetectorDataSourcesKubernetesAuditLogsDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

An object that contains information on the status of Kubernetes audit logs as a data source for the detector.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

Describes whether Kubernetes audit logs are activated as a data source for the detector.

Returns:

  • (String)


13412
13413
13414
13415
13416
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13412

class AwsGuardDutyDetectorDataSourcesKubernetesAuditLogsDetails < Struct.new(
  :status)
  SENSITIVE = []
  include Aws::Structure
end