Class: Aws::GuardDuty::Types::OrganizationKubernetesConfigurationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::OrganizationKubernetesConfigurationResult
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
The current configuration of all Kubernetes data sources for the organization.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#audit_logs ⇒ Types::OrganizationKubernetesAuditLogsConfigurationResult
The current configuration of Kubernetes audit logs as a data source for the organization.
Instance Attribute Details
#audit_logs ⇒ Types::OrganizationKubernetesAuditLogsConfigurationResult
The current configuration of Kubernetes audit logs as a data source for the organization.
6974 6975 6976 6977 6978 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6974 class OrganizationKubernetesConfigurationResult < Struct.new( :audit_logs) SENSITIVE = [] include Aws::Structure end |