Class: Aws::KafkaConnect::Types::KafkaClusterEncryptionInTransit
- Inherits:
-
Struct
- Object
- Struct
- Aws::KafkaConnect::Types::KafkaClusterEncryptionInTransit
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafkaconnect/types.rb
Overview
Details of 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.
1231 1232 1233 1234 1235 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 1231 class KafkaClusterEncryptionInTransit < Struct.new( :encryption_type) SENSITIVE = [] include Aws::Structure end |