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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eks/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:



4394
4395
4396
4397
4398
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 4394

class Logging < Struct.new(
  :cluster_logging)
  SENSITIVE = []
  include Aws::Structure
end