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 ⇒ "TLS"
Returns the value of attribute encryption_type.
-
#root_ca_certificate ⇒ ::String
Returns the value of attribute root_ca_certificate.
Instance Attribute Details
#encryption_type ⇒ "TLS"
Returns the value of attribute encryption_type.
792 793 794 |
# File 'sig/types.rbs', line 792 def encryption_type @encryption_type end |
#root_ca_certificate ⇒ ::String
Returns the value of attribute root_ca_certificate.
793 794 795 |
# File 'sig/types.rbs', line 793 def root_ca_certificate @root_ca_certificate end |