Class: Aws::GuardDuty::Types::OrganizationKubernetesConfigurationResult

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#audit_logsTypes::OrganizationKubernetesAuditLogsConfigurationResult

The current configuration of Kubernetes audit logs as a data source for the organization.



6206
6207
6208
6209
6210
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6206

class OrganizationKubernetesConfigurationResult < Struct.new(
  :audit_logs)
  SENSITIVE = []
  include Aws::Structure
end