Class: Aws::GuardDuty::Types::KubernetesAuditLogsConfigurationResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#statusString

A value that describes whether Kubernetes audit logs are enabled as a data source.

Returns:

  • (String)


4856
4857
4858
4859
4860
# File 'lib/aws-sdk-guardduty/types.rb', line 4856

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