Class: Aws::GuardDuty::Types::KubernetesDataSourceFreeTrial
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::KubernetesDataSourceFreeTrial
- 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
-
#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.
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 |