Class: Aws::EKS::Types::Logging
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::Logging
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
An object representing the logging configuration for resources in your cluster.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_logging ⇒ Array<Types::LogSetup>
The cluster control plane logging configuration for your cluster.
Instance Attribute Details
#cluster_logging ⇒ Array<Types::LogSetup>
The cluster control plane logging configuration for your cluster.
4777 4778 4779 4780 4781 |
# File 'lib/aws-sdk-eks/types.rb', line 4777 class Logging < Struct.new( :cluster_logging) SENSITIVE = [] include Aws::Structure end |