Class: Aws::SecurityHub::Types::AwsGuardDutyDetectorDataSourcesKubernetesDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsGuardDutyDetectorDataSourcesKubernetesDetails
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
An object that contains information on the status of Kubernetes data sources for the detector.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#audit_logs ⇒ Types::AwsGuardDutyDetectorDataSourcesKubernetesAuditLogsDetails
Describes whether Kubernetes audit logs are activated as a data source for the detector.
Instance Attribute Details
#audit_logs ⇒ Types::AwsGuardDutyDetectorDataSourcesKubernetesAuditLogsDetails
Describes whether Kubernetes audit logs are activated as a data source for the detector.
13552 13553 13554 13555 13556 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13552 class AwsGuardDutyDetectorDataSourcesKubernetesDetails < Struct.new( :audit_logs) SENSITIVE = [] include Aws::Structure end |