Class: Aws::KafkaConnect::Types::LogDelivery
- Inherits:
-
Struct
- Object
- Struct
- Aws::KafkaConnect::Types::LogDelivery
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafkaconnect/types.rb
Overview
Details about log delivery.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#worker_log_delivery ⇒ Types::WorkerLogDelivery
The workers can send worker logs to different destination types.
Instance Attribute Details
#worker_log_delivery ⇒ Types::WorkerLogDelivery
The workers can send worker logs to different destination types. This configuration specifies the details of these destinations.
1422 1423 1424 1425 1426 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 1422 class LogDelivery < Struct.new( :worker_log_delivery) SENSITIVE = [] include Aws::Structure end |