Class: Aws::GuardDuty::Types::OrganizationKubernetesAuditLogsConfigurationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::OrganizationKubernetesAuditLogsConfigurationResult
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
The current configuration of Kubernetes audit logs as a data source for the organization.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_enable ⇒ Boolean
Whether Kubernetes audit logs data source should be auto-enabled for new members joining the organization.
Instance Attribute Details
#auto_enable ⇒ Boolean
Whether Kubernetes audit logs data source should be auto-enabled for new members joining the organization.
6943 6944 6945 6946 6947 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6943 class OrganizationKubernetesAuditLogsConfigurationResult < Struct.new( :auto_enable) SENSITIVE = [] include Aws::Structure end |