Class: Aws::GuardDuty::Types::KubernetesAuditLogsConfigurationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::KubernetesAuditLogsConfigurationResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Describes whether Kubernetes audit logs are enabled as a data source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
A value that describes whether Kubernetes audit logs are enabled as a data source.
Instance Attribute Details
#status ⇒ String
A value that describes whether Kubernetes audit logs are enabled as a data source.
4615 4616 4617 4618 4619 |
# File 'lib/aws-sdk-guardduty/types.rb', line 4615 class KubernetesAuditLogsConfigurationResult < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |