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.
4661 4662 4663 4664 4665 |
# File 'lib/aws-sdk-guardduty/types.rb', line 4661 class KubernetesDataSourceFreeTrial < Struct.new( :audit_logs) SENSITIVE = [] include Aws::Structure end |