Class: Aws::GuardDuty::Types::KubernetesAuditLogsConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::KubernetesAuditLogsConfiguration
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Describes whether Kubernetes audit logs are enabled as a data source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enable ⇒ Boolean
The status of Kubernetes audit logs as a data source.
Instance Attribute Details
#enable ⇒ Boolean
The status of Kubernetes audit logs as a data source.
4601 4602 4603 4604 4605 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4601 class KubernetesAuditLogsConfiguration < Struct.new( :enable) SENSITIVE = [] include Aws::Structure end |