Class: Aws::KafkaConnect::Types::KafkaClusterEncryptionInTransitDescription

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kafkaconnect/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

Instance Attribute Details

#encryption_typeString

The type of encryption in transit to the Apache Kafka cluster.

Returns:

  • (String)


1246
1247
1248
1249
1250
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 1246

class KafkaClusterEncryptionInTransitDescription < Struct.new(
  :encryption_type)
  SENSITIVE = []
  include Aws::Structure
end