Class: Aws::SecurityHub::Types::AwsGuardDutyDetectorDataSourcesKubernetesAuditLogsDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsGuardDutyDetectorDataSourcesKubernetesAuditLogsDetails
- 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
-
#status ⇒ String
Describes whether Kubernetes audit logs are activated as a data source for the detector.
Instance Attribute Details
#status ⇒ String
Describes whether Kubernetes audit logs are activated as a data source for the detector.
13406 13407 13408 13409 13410 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13406 class AwsGuardDutyDetectorDataSourcesKubernetesAuditLogsDetails < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |