Class: Aws::Types::EncryptionInTransit

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_broker"TLS", ...

Returns the value of attribute client_broker.

Returns:

  • ("TLS", "TLS_PLAINTEXT", "PLAINTEXT")


672
673
674
# File 'sig/types.rbs', line 672

def client_broker
  @client_broker
end

#in_clusterBoolean

Returns the value of attribute in_cluster.

Returns:

  • (Boolean)


673
674
675
# File 'sig/types.rbs', line 673

def in_cluster
  @in_cluster
end