Class: Aws::Types::KafkaClusterEncryptionInTransit

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_type"TLS"

Returns the value of attribute encryption_type.

Returns:

  • ("TLS")


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.

Returns:

  • (::String)


793
794
795
# File 'sig/types.rbs', line 793

def root_ca_certificate
  @root_ca_certificate
end