Class: Aws::KafkaConnect::Types::LogDeliveryDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::KafkaConnect::Types::LogDeliveryDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafkaconnect/types.rb
Overview
The description of the log delivery settings.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#worker_log_delivery ⇒ Types::WorkerLogDeliveryDescription
The workers can send worker logs to different destination types.
Instance Attribute Details
#worker_log_delivery ⇒ Types::WorkerLogDeliveryDescription
The workers can send worker logs to different destination types. This configuration specifies the details of these destinations.
1437 1438 1439 1440 1441 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 1437 class LogDeliveryDescription < Struct.new( :worker_log_delivery) SENSITIVE = [] include Aws::Structure end |