Class: Aws::Types::KafkaClusterEncryptionInTransit
- Inherits:
-
Object
- Object
- Aws::Types::KafkaClusterEncryptionInTransit
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encryption_type ⇒ "PLAINTEXT", "TLS"
Returns the value of attribute encryption_type.
Instance Attribute Details
#encryption_type ⇒ "PLAINTEXT", "TLS"
Returns the value of attribute encryption_type.
391 392 393 |
# File 'sig/types.rbs', line 391 def encryption_type @encryption_type end |