Class: Aws::Kafka::Types::LogDelivery
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::LogDelivery
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Configuration for log delivery for the replicator.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#replicator_log_delivery ⇒ Types::ReplicatorLogDelivery
The replicator logs configuration for this MSK replicator.
Instance Attribute Details
#replicator_log_delivery ⇒ Types::ReplicatorLogDelivery
The replicator logs configuration for this MSK replicator.
4085 4086 4087 4088 4089 |
# File 'lib/aws-sdk-kafka/types.rb', line 4085 class LogDelivery < Struct.new( :replicator_log_delivery) SENSITIVE = [] include Aws::Structure end |