Class: Aws::GuardDuty::Types::OrganizationKubernetesConfigurationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::OrganizationKubernetesConfigurationResult
- Includes:
- Structure
- Defined in:
- 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.
6640 6641 6642 6643 6644 |
# File 'lib/aws-sdk-guardduty/types.rb', line 6640 class OrganizationKubernetesConfigurationResult < Struct.new( :audit_logs) SENSITIVE = [] include Aws::Structure end |