Class: Aws::EKS::Types::Logging

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#cluster_loggingArray<Types::LogSetup>

The cluster control plane logging configuration for your cluster.

Returns:



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