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)


3696
3697
3698
3699
3700
# File 'lib/aws-sdk-guardduty/types.rb', line 3696

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