Class: Aws::GuardDuty::Types::KubernetesAuditLogsConfigurationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::KubernetesAuditLogsConfigurationResult
- Defined in:
- gems/aws-sdk-guardduty/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.
4616 4617 4618 4619 4620 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4616 class KubernetesAuditLogsConfigurationResult < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |