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.



4098
4099
4100
4101
4102
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4098

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