Class: Aws::GuardDuty::Types::KubernetesDataSourceFreeTrial

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb

Overview

Provides details about the Kubernetes resources when it is enabled as a data source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#audit_logsTypes::DataSourceFreeTrial

Describes whether Kubernetes audit logs are enabled as a data source.



4902
4903
4904
4905
4906
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4902

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