Class: Aws::GuardDuty::Types::KubernetesDataSourceFreeTrial
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::KubernetesDataSourceFreeTrial
- Includes:
- Structure
- Defined in:
- 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
-
#audit_logs ⇒ Types::DataSourceFreeTrial
Describes whether Kubernetes audit logs are enabled as a data source.
Instance Attribute Details
#audit_logs ⇒ Types::DataSourceFreeTrial
Describes whether Kubernetes audit logs are enabled as a data source.
4445 4446 4447 4448 4449 |
# File 'lib/aws-sdk-guardduty/types.rb', line 4445 class KubernetesDataSourceFreeTrial < Struct.new( :audit_logs) SENSITIVE = [] include Aws::Structure end |