Class: Aws::KafkaConnect::Types::KafkaClusterEncryptionInTransitDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::KafkaConnect::Types::KafkaClusterEncryptionInTransitDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafkaconnect/types.rb
Overview
The description of the encryption in transit to the Apache Kafka cluster.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#encryption_type ⇒ String
The type of encryption in transit to the Apache Kafka cluster.
Instance Attribute Details
#encryption_type ⇒ String
The type of encryption in transit to the Apache Kafka cluster.
1246 1247 1248 1249 1250 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 1246 class KafkaClusterEncryptionInTransitDescription < Struct.new( :encryption_type) SENSITIVE = [] include Aws::Structure end |